aggiornamento Indici
This commit is contained in:
@@ -100,3 +100,7 @@ module.exports.getProducerByID = function (id, callback) {
|
||||
// const Producer = mongoose.model('Producer', producerSchema);
|
||||
|
||||
// module.exports = { Producer };
|
||||
|
||||
module.exports.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user