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

Commit e0fb94a3 by Sascha Depold

Merge branch 'master' of github.com:sdepold/sequelize

2 parents b467638c bc9caf40
Showing with 1 additions and 1 deletions
......@@ -133,7 +133,7 @@ module.exports = (function() {
return new Utils.CustomEventEmitter(function(emitter) {
self.describeTable(tableName).success(function(data) {
data = data.filter(function(h) { return h.Field == attrNameBefore })[0]
data = data.filter(function(h) { return h.Field == attrNameBefore })[0] || {}
var options = {}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!