start
This commit is contained in:
parent
55a57444f8
commit
8e86f72975
4 changed files with 57 additions and 1 deletions
6
.sequelizerc
Normal file
6
.sequelizerc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const path = require('path');
|
||||
|
||||
module.exports = {
|
||||
config: path.resolve('src', 'database', 'config.js'),
|
||||
'migrations-path': path.resolve('src', 'database', 'migrations'),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue