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

Commit 25089db3 by Siyang

* Remove pg specific

1 parent 530fa695
Showing with 2 additions and 6 deletions
......@@ -1032,13 +1032,9 @@ describe(Support.getTestDialectTeaser("DAOFactory"), function () {
})
}
if (dialect === "postgres") {
this.sequelize.queryInterface.createSchema('prefix').success(function() {
run.call(self)
})
} else {
this.sequelize.queryInterface.createSchema('prefix').success(function() {
run.call(self)
}
})
})
})
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!