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

Commit db3ee09a by Sascha Depold

Merge branch 'issue_1057' of https://github.com/elliotf/sequelize into elliotf-issue_1057

Conflicts:
	bin/sequelize
2 parents 65518552 2a365fd0
Showing with 1 additions and 1 deletions
......@@ -166,7 +166,7 @@ if(typeof program.env === 'string') {
configuration.environment = program.env
}
if (program.migrate) {
if (program.migrate || program.undo) {
if (configFileExists() || program.url) {
var config
, options = {}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!