mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Move migrations to Signal.Migrations
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
const { Migrations1DatabaseWithoutAttachmentData } = window.Signal.Database;
|
||||
const { Migrations1DatabaseWithoutAttachmentData } = window.Signal.Migrations;
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.Database = window.Whisper.Database || {};
|
||||
|
||||
Reference in New Issue
Block a user