This commit is contained in:
counterweight 2025-03-09 17:09:40 +01:00
parent 55a57444f8
commit 8e86f72975
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
4 changed files with 57 additions and 1 deletions

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