mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
core: add new collection for shortcuts
This commit is contained in:
@@ -75,6 +75,10 @@ class Migrations {
|
||||
dbCollection: this._db.settings,
|
||||
type: "settings"
|
||||
},
|
||||
{
|
||||
index: this._db.shorcuts.raw,
|
||||
dbCollection: this._db.shorcuts
|
||||
},
|
||||
{
|
||||
index: this._db.notes.raw,
|
||||
dbCollection: this._db.notes
|
||||
|
||||
Reference in New Issue
Block a user