config files and scripts for database migration system
This commit is contained in:
7
backend/.sequelizerc
Normal file
7
backend/.sequelizerc
Normal file
@@ -0,0 +1,7 @@
|
||||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
'config': path.resolve('config', 'database.js'),
|
||||
'migrations-path': path.resolve('migrations'),
|
||||
'models-path': path.resolve('models'),
|
||||
};
|
||||
Reference in New Issue
Block a user