Move migrations to Signal.Migrations

This commit is contained in:
Daniel Gasienica 2018-03-28 17:04:17 -04:00
parent 5910f84af4
commit a18e462817
3 changed files with 6 additions and 7 deletions

View file

@ -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 || {};