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

Commit 7be7eb9c by Jan Aagaard Meier

fix cleardb for PG

1 parent fd22bf1c
Showing with 1 additions and 1 deletions
...@@ -82,7 +82,7 @@ var Support = { ...@@ -82,7 +82,7 @@ var Support = {
sequelize.query(sequelize.getQueryInterface().QueryGenerator.enableForeignKeyConstraintsQuery()).success(callback) sequelize.query(sequelize.getQueryInterface().QueryGenerator.enableForeignKeyConstraintsQuery()).success(callback)
})) }))
} else { } else {
dropAll(callback) dropAll(callback)()
} }
}, },
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!