prelottery wine should have prices as well
This commit is contained in:
@@ -6,7 +6,9 @@ const PreLotteryWine = new Schema({
|
|||||||
vivinoLink: String,
|
vivinoLink: String,
|
||||||
rating: Number,
|
rating: Number,
|
||||||
id: String,
|
id: String,
|
||||||
image: String
|
image: String,
|
||||||
|
price: String,
|
||||||
|
country: String
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = mongoose.model("PreLotteryWine", PreLotteryWine);
|
module.exports = mongoose.model("PreLotteryWine", PreLotteryWine);
|
||||||
|
Reference in New Issue
Block a user