Explicitly run post-attachment migrations
This commit is contained in:
parent
d7c8d33edb
commit
e2f1339ab9
2 changed files with 16 additions and 1 deletions
|
@ -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 });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue