Skip to content

Commit

Permalink
Merge pull request #220 from icemilo/master
Browse files Browse the repository at this point in the history
Add options for dialectOptions
  • Loading branch information
sdepold committed Nov 19, 2015
2 parents 7419c71 + 18688c1 commit 552cdbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/tasks/db.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,12 @@ function getSequelizeInstance () {
});
}
}

if (key === 'dialectOptions') {
options = _.assign(options, {
dialectOptions: value
});
}
});

options = _.assign({ logging: logMigrator }, options);
Expand Down

0 comments on commit 552cdbb

Please sign in to comment.