diff --git a/js/background.js b/js/background.js index 4b659b4d70c..00e96ddbc03 100644 --- a/js/background.js +++ b/js/background.js @@ -92,17 +92,6 @@ upgradeMessageSchema, }); - const status = await Migrations1DatabaseWithoutAttachmentData.getStatus({ - database: Whisper.Database, - }); - console.log('Run migrations on database without attachment data:', status); - if (status.canRun) { - await Migrations1DatabaseWithoutAttachmentData.run({ - Backbone, - database: Whisper.Database, - }); - } - console.log('Storage fetch'); storage.fetch();