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

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() {
path: __dirname + '/../migrations',
from: null,
to: null,
logging: console.log,
logging: this.sequelize.log.bind(this.sequelize),
filesFilter: /\.js$/
}, options || {});
};
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!