Skip to content

Commit

Permalink
clase32
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybejarano committed Sep 2, 2022
1 parent ec59c64 commit 959c8c9
Show file tree
Hide file tree
Showing 25 changed files with 4,400 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clase32/.sequelizerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const path = require('path')
module.exports = {
config: path.resolve('./src/database/config', 'config.js'),
'models-path': path.resolve('./src/database/models'),
'seeders-path': path.resolve('./src/database/seeders'),
'migrations-path': path.resolve('./src/database/migrations'),
}
Loading

0 comments on commit 959c8c9

Please sign in to comment.