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

Commit a12d2a67 by Mick Hansen

Update changelog.md

1 parent df42db65
Showing with 1 additions and 0 deletions
......@@ -6,6 +6,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- fixes issues with migrations/queryInterface createTable and enums
- migration/queryInterface.addIndex() no longer fals on reserved keywords like 'from'
- bulkCreate now supports a `ignoreDuplicates` option for MySQL, SQLite and MariaDB that will use `INSERT IGNORE`
- fixes regression bug with 1:M self associations
#### Backwards compatability changes
- find/findAll will now always return primary keys regardless of `attributes` settings. (Motivation was to fix various issues with eager loading)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!