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

Commit 9f7f6027 by sdepold

removed stupid param

1 parent 6084b1d9
Showing with 1 additions and 1 deletions
......@@ -56,7 +56,7 @@ module.exports = (function() {
}
ModelFactory.prototype.drop = function() {
return this.QueryInterface.dropTable(this.tableName, this.id)
return this.QueryInterface.dropTable(this.tableName)
}
ModelFactory.prototype.all = function() {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!