diff options
Diffstat (limited to 'bot/.sequelizerc')
| -rw-r--r-- | bot/.sequelizerc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/.sequelizerc b/bot/.sequelizerc index 88c41dd..9f9d752 100644 --- a/bot/.sequelizerc +++ b/bot/.sequelizerc @@ -2,7 +2,7 @@ const path = require('path'); module.exports = { 'config': path.resolve('src/db/config', 'config.json'), - 'models-path': path.resolve('src', 'models'), + 'models-path': path.resolve('src/db', 'models'), 'seeders-path': path.resolve('src/db', 'seeders'), 'migrations-path': path.resolve('src/db', 'migrations') }; |
