lista ordini aggiornata

This commit is contained in:
Surya Paolo
2023-12-15 23:36:43 +01:00
parent 4d9eccd1ae
commit 1ca72118f1
5 changed files with 44 additions and 4 deletions

View File

@@ -176,6 +176,9 @@ const SiteSchema = new Schema({
info2: { type: String, default: '' },
cell: { type: String, default: '' },
},
ecomm: {
enablePreOrders: { type: Boolean, default: false },
}
});
var Site = module.exports = mongoose.model('Site', SiteSchema);