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

Commit 25089db3 by Siyang

* Remove pg specific

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