more db stuff

This commit is contained in:
Pablo Martin 2025-06-06 15:07:10 +02:00
parent 5a7d073c63
commit f49b7fad08
5 changed files with 74 additions and 12 deletions

6
.sequelizerc Normal file
View 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"),
};