aggiornamento Indici
This commit is contained in:
@@ -38,3 +38,7 @@ module.exports.getVariantProductByID = function(id, callback){
|
||||
module.exports.getAllVariants = function(callback){
|
||||
Variant.find(callback)
|
||||
}
|
||||
module.exports.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user