mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +01:00
core: add collection for reminders
This commit is contained in:
committed by
Abdullah Atta
parent
657fe05464
commit
a8f1fbf6a1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user