Remove usage of storage
module
This commit is contained in:
parent
8966e80284
commit
d5d0eabdfd
2 changed files with 2 additions and 10 deletions
|
@ -89,7 +89,7 @@
|
|||
await Migrations0DatabaseWithAttachmentData.run({ Backbone });
|
||||
|
||||
console.log('Migrate attachments to disk');
|
||||
await MessageDataMigrator.processAll({ Backbone, storage, upgradeMessageSchema });
|
||||
await MessageDataMigrator.processAll({ Backbone, upgradeMessageSchema });
|
||||
|
||||
console.log('Migrate database without attachments');
|
||||
await Migrations1DatabaseWithoutAttachmentData.run({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue