Cleanup
This commit is contained in:
@@ -104,6 +104,8 @@ const restaurantSchema = mongoose.Schema({
|
||||
maxlength: 24,
|
||||
},
|
||||
hidden: Boolean,
|
||||
subscriptionActive: Boolean,
|
||||
subscriptionDue: Date,
|
||||
indexed: Date,
|
||||
categories: [String],
|
||||
dishes: [mongoose.Types.ObjectId],
|
||||
|
||||
Reference in New Issue
Block a user