Move migrations to Signal.Migrations
This commit is contained in:
parent
5910f84af4
commit
a18e462817
3 changed files with 6 additions and 7 deletions
|
@ -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 || {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue