- passato mongoose da versione 7 a versione 8
This commit is contained in:
@@ -134,7 +134,6 @@ const AttivitaSchema = new Schema(
|
||||
...tools.getFieldsForAnnunci()
|
||||
}, { strict: false });
|
||||
|
||||
AttivitaSchema.index({ 'idapp': 1 });
|
||||
|
||||
|
||||
AttivitaSchema.pre('save', async function (next) {
|
||||
|
||||
Reference in New Issue
Block a user