mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 11:53:23 +01:00
Manually close database connection after migration
This commit is contained in:
@@ -145,5 +145,5 @@ const database = {
|
||||
migrations,
|
||||
};
|
||||
|
||||
exports.run = ({ Backbone, closeDatabase } = {}) =>
|
||||
runMigrations({ Backbone, closeDatabase, database });
|
||||
exports.run = ({ Backbone } = {}) =>
|
||||
runMigrations({ Backbone, database });
|
||||
|
||||
Reference in New Issue
Block a user