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

@@ -175,6 +175,10 @@ export default class Backup {
index: () => data["shortcuts"],
dbCollection: this._db.shortcuts
},
{
index: () => data["reminders"],
dbCollection: this._db.reminders
},
{
index: () => data["notehistory"],
dbCollection: this._db.noteHistory,