core: add collection for reminders

This commit is contained in:
Abdullah Atta
2022-11-17 13:57:58 +05:00
committed by Abdullah Atta
parent 657fe05464
commit a8f1fbf6a1
6 changed files with 122 additions and 0 deletions

View File

@@ -82,6 +82,10 @@ class Migrations {
index: () => this._db.shortcuts.raw,
dbCollection: this._db.shortcuts
},
{
index: () => this._db.reminders.raw,
dbCollection: this._db.reminders
},
{
index: () => this._db.noteHistory.sessionContent.all(),
dbCollection: this._db.noteHistory