Skip to content

Commit

Permalink
clase 36
Browse files Browse the repository at this point in the history
  • Loading branch information
andreybejarano committed Sep 16, 2022
1 parent 08f5477 commit 7c62ec2
Show file tree
Hide file tree
Showing 33 changed files with 5,263 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clase36/.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 7c62ec2

Please sign in to comment.