aggiornamento Indici
This commit is contained in:
@@ -82,6 +82,10 @@ const CashSchema = new Schema({
|
||||
|
||||
var Cash = module.exports = mongoose.model('Cash', CashSchema);
|
||||
|
||||
Cash.createIndexes((err) => {
|
||||
if (err) throw err;
|
||||
});
|
||||
|
||||
module.exports.getFieldsForSearch = function () {
|
||||
return []
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user