MOBILE-3909 calendar: Fix event reminder migration

main
Pau Ferrer Ocaña 2021-11-22 17:02:52 +01:00
parent e8efef1ffe
commit 320c2fdfd5
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ export const CALENDAR_SITE_SCHEMA: CoreSiteSchema = {
record.time = events[record.eventid].timestart - record.time;
}
return this.insertRecord(REMINDERS_TABLE, record);
return db.insertRecord(REMINDERS_TABLE, record);
}));
}
},