- Uscita PRIMA VERSIONE PiuCheBuono.app
This commit is contained in:
@@ -60,6 +60,18 @@ const storehouseSchema = new Schema({
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
email_html_GAS_makeorder: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
email_html_GAS_order_confirmed: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
email_html_GAS_order_consegnato: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
});
|
||||
|
||||
var Storehouse = module.exports = mongoose.model('Storehouse', storehouseSchema);
|
||||
|
||||
Reference in New Issue
Block a user