mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
fix: add attachments support to migrator & backup
This commit is contained in:
@@ -117,6 +117,10 @@ export default class Backup {
|
||||
// properly.
|
||||
reindex(data);
|
||||
const collections = [
|
||||
{
|
||||
index: data["attachments"],
|
||||
dbCollection: this._db.attachments,
|
||||
},
|
||||
{
|
||||
index: data["notebooks"],
|
||||
dbCollection: this._db.notebooks,
|
||||
|
||||
Reference in New Issue
Block a user