aggiornamento Indici
This commit is contained in:
@@ -276,3 +276,7 @@ OrdersCartSchema.pre('save', async function (next) {
|
||||
console.error(e.message);
|
||||
}
|
||||
});
|
||||
|
||||
module.exports.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user