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

Commit 9e4b54d2 by Sascha Depold

added innodb default to changelog

1 parent 388f8784
Showing with 2 additions and 1 deletions
......@@ -115,5 +115,6 @@
# v1.2.1 #
- [REFACTORING] renamed the global options for sync, query and define on sequelize; before: options.queryOptions; now: options.query
- [FEATURE] allow definition of charset via global define option in sequelize or via an option in sequelize.define
- [FEATURE] allow definition of charset via global define option in sequelize or via charset option in sequelize.define
- [FEATURE] allow definition of mysql engine via global define option in sequelize or via engine option in sequelize.define; default is InnoDB now
- [TEST] force latin1 charset for travis
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!