- preordinabili corretti + altro

This commit is contained in:
Surya Paolo
2023-12-29 21:17:17 +01:00
parent 633b9a2d8c
commit ade9c149c5
11 changed files with 138 additions and 41 deletions

View File

@@ -56,6 +56,10 @@ const storehouseSchema = new Schema({
type: String,
default: '',
},
email_html_order_consegnato: {
type: String,
default: '',
},
});
var Storehouse = module.exports = mongoose.model('Storehouse', storehouseSchema);