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