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

Commit 3093b32a by Sascha Depold

Merge pull request #287 from mphilpot/master

Allows migrations to call access to emitted events. 
2 parents 6cb936c8 1dfea536
Showing with 1 additions and 1 deletions
...@@ -121,7 +121,7 @@ module.exports = (function() { ...@@ -121,7 +121,7 @@ module.exports = (function() {
(self.undoneMethods == 0) && callback && callback() (self.undoneMethods == 0) && callback && callback()
}) })
self.queryInterface[_method].apply(self.queryInterface, args) return self.queryInterface[_method].apply(self.queryInterface, args)
} }
})(method) })(method)
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!