Wine models now have extra year field.

This commit is contained in:
2021-01-26 22:52:11 +01:00
parent 1b1a99ccc3
commit ac829052b6
4 changed files with 5 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ const PreLotteryWine = new Schema({
vivinoLink: String,
rating: Number,
id: String,
year: Number,
image: String,
price: String,
country: String

View File

@@ -7,6 +7,7 @@ const Wine = new Schema({
rating: Number,
occurences: Number,
id: String,
year: Number,
image: String,
price: String,
country: String