server v1.0.6
This commit is contained in:
@@ -64,7 +64,14 @@ const restaurantSchema = mongoose.Schema({
|
||||
subscriptionStarted: Date,
|
||||
subscriptionDue: Date,
|
||||
categories: [String],
|
||||
lunchMenu: [mongoose.Types.ObjectId],
|
||||
lunchHours: String,
|
||||
lunchMenu: [
|
||||
{
|
||||
lunchSetName: String,
|
||||
lunchSetPrice: String,
|
||||
lunchSetDishes: [mongoose.Types.ObjectId],
|
||||
},
|
||||
],
|
||||
dishes: [mongoose.Types.ObjectId],
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user