patch knexfile name to run migrations
This commit is contained in:
parent
52b31b7fe2
commit
c480d986d2
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
const knex = require('knex');
|
||||
const knexConfig = require('../knexConfig');
|
||||
const knexConfig = require('../knexfile');
|
||||
|
||||
|
||||
const env = process.env.NODE_ENV || 'development';
|
||||
|
|
Loading…
Reference in a new issue