不要怂,就是干,撸起袖子干!

Commit 511ef06b by Joe Lutz

Update migrator logging

1 parent c0d6ee1b
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ module.exports = (function() { ...@@ -14,7 +14,7 @@ module.exports = (function() {
path: __dirname + '/../migrations', path: __dirname + '/../migrations',
from: null, from: null,
to: null, to: null,
logging: console.log, logging: this.sequelize.log.bind(this.sequelize),
filesFilter: /\.js$/ filesFilter: /\.js$/
}, options || {}); }, options || {});
}; };
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!