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

Commit 5fe9b51a by Sascha Depold

dropped support for synchronous migrations. related to #433

1 parent 38157a65
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@
- [DEPENDENCIES] mysql is now an optional dependency. #355 (thanks to clkao)
- [REFACTORING] separated tests for dialects
- [REFACTORING] reduced number of sql queries used for adding an element to a N:M association. #449 (thanks to innofluence/janmeier)
- [REFACTORING] dropped support for synchronous migrations. added third parameter which needs to get called once the migration has been finished.
- [OTHERS] code was formatted to fit the latest code style guidelines (thanks to durango)
- [OTHERS] Explicitly target ./docs folder for generate-docs script. #444 (thanks to carsondarling)
- [BUG] fixed wrong version in sequelize binary
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!