Allow database name override in migrations
This commit is contained in:
parent
1e04083813
commit
052fb841f6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
const { last } = require('lodash');
|
||||
const { isString, last } = require('lodash');
|
||||
|
||||
const { runMigrations } = require('./run_migrations');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue