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

Commit ed9a28b2 by Mick Hansen

Update changelog.md

1 parent b11f57f3
Showing with 2 additions and 0 deletions
...@@ -48,6 +48,8 @@ Notice: All 1.7.x changes are present in 2.0.x aswell ...@@ -48,6 +48,8 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- Join tables will be no longer be paranoid (have a deletedAt timestamp added), even though other models are. - Join tables will be no longer be paranoid (have a deletedAt timestamp added), even though other models are.
- All tables in select queries will now be aliased with the model names to be support schemas. This will affect people stuff like `where: {'table.attribute': value} - All tables in select queries will now be aliased with the model names to be support schemas. This will affect people stuff like `where: {'table.attribute': value}
# v1.7.6
- [BUG] fixes issue where primary key is also foreign key [#1818](https://github.com/sequelize/sequelize/pull/1818)
# v1.7.5 # v1.7.5
- [BUG] fixes bug with some methods relying on table information throwing strange errors [#1686](https://github.com/sequelize/sequelize/pull/1686) - [BUG] fixes bug with some methods relying on table information throwing strange errors [#1686](https://github.com/sequelize/sequelize/pull/1686)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!