mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Explicitly run post-attachment migrations
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
const { runMigrations } = require('./run_migrations');
|
||||
|
||||
|
||||
exports.migrations = [
|
||||
{
|
||||
version: 18,
|
||||
@@ -7,3 +10,6 @@ exports.migrations = [
|
||||
},
|
||||
},
|
||||
];
|
||||
|
||||
exports.run = ({ Backbone, Database } = {}) =>
|
||||
runMigrations({ Backbone, database: Database });
|
||||
|
||||
Reference in New Issue
Block a user