mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Remove usage of storage module
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user