more db stuff
This commit is contained in:
parent
5a7d073c63
commit
f49b7fad08
5 changed files with 74 additions and 12 deletions
6
.sequelizerc
Normal file
6
.sequelizerc
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
config: path.resolve("src", "back", "database", "config.js"),
|
||||
"migrations-path": path.resolve("src", "back", "database", "migrations"),
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue