aggiornamento Indici
This commit is contained in:
@@ -78,4 +78,8 @@ SkillSchema.statics.executeQueryTable = function (idapp, params) {
|
||||
|
||||
const Skill = mongoose.model('Skill', SkillSchema);
|
||||
|
||||
Skill.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
module.exports = { Skill };
|
||||
|
||||
Reference in New Issue
Block a user