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