Skip to content

Commit

Permalink
clase 35
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybejarano committed Sep 14, 2022
1 parent e5d0e13 commit f32b390
Show file tree
Hide file tree
Showing 32 changed files with 4,677 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clase35/.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 f32b390

Please sign in to comment.