Temporarily disable post-attachment migration migrations
This commit is contained in:
parent
d9be6a0f94
commit
bfbeedab5c
4 changed files with 27 additions and 27 deletions
|
@ -6,7 +6,7 @@
|
|||
(function () {
|
||||
'use strict';
|
||||
|
||||
const { Migrations1DatabaseWithoutAttachmentData } = window.Signal.Migrations;
|
||||
const { Migrations0DatabaseWithAttachmentData } = window.Signal.Migrations;
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.Database = window.Whisper.Database || {};
|
||||
|
@ -123,5 +123,5 @@
|
|||
request.onsuccess = resolve;
|
||||
}));
|
||||
|
||||
Whisper.Database.migrations = Migrations1DatabaseWithoutAttachmentData.migrations;
|
||||
Whisper.Database.migrations = Migrations0DatabaseWithAttachmentData.migrations;
|
||||
}());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue