updated sequelize cli paths via .sequelizerc

This commit is contained in:
bill bittner 2018-07-26 15:32:33 -07:00
parent 62137f3ca9
commit 3db9e8e4ca

View file

@ -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')
}