Skip to content

Commit

Permalink
arquivo com os caminhos para migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellimateas committed Nov 14, 2022
1 parent 3191fd3 commit 5529788
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .sequelizerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
var path = require('path');

module.exports = {
'config': path.resolve('dist', 'infrastructure', 'config', 'db.config.js'),
'migrations-path': path.resolve('dist', 'infrastructure', 'persistence', 'mysql', 'migrations'),
'seeders-path': path.resolve('dist', 'infrastructure', 'persistence', 'mysql', 'seeders'),
}

0 comments on commit 5529788

Please sign in to comment.