lots...
This commit is contained in:
8
.sequelizerc
Normal file
8
.sequelizerc
Normal file
@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve(__dirname, 'models/sql/config/config.js'),
|
||||
'models-path': path.resolve(__dirname, 'models/sql'),
|
||||
'seeders-path': path.resolve(__dirname, 'models/sql/seeders'),
|
||||
'migrations-path': path.resolve(__dirname, 'models/sql/migrations')
|
||||
};
|
Reference in New Issue
Block a user