prelottery wine should have prices as well

This commit is contained in:
Kasper Rynning-Tønnesen
2020-03-26 16:46:56 +01:00
parent 119d52828f
commit 0dff0c91e1

View File

@@ -6,7 +6,9 @@ const PreLotteryWine = new Schema({
vivinoLink: String,
rating: Number,
id: String,
image: String
image: String,
price: String,
country: String
});
module.exports = mongoose.model("PreLotteryWine", PreLotteryWine);