updated sequelize cli paths via .sequelizerc
This commit is contained in:
parent
62137f3ca9
commit
3db9e8e4ca
1 changed files with 3 additions and 0 deletions
|
@ -2,4 +2,7 @@ const path = require('path');
|
|||
|
||||
module.exports = {
|
||||
'config': path.resolve('devConfig', 'sequelizeCliConfig.js'),
|
||||
'models-path': path.resolve('server', 'models'),
|
||||
'seeders-path': path.resolve('server', 'seeders'),
|
||||
'migrations-path': path.resolve('server', 'migrations')
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue