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

Commit b3186857 by Sascha Depold

sequelize --undo

1 parent 4d98f176
Showing with 2 additions and 1 deletions
...@@ -4,6 +4,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell ...@@ -4,6 +4,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
- instance.createAssociationInstance functionality added [#1213](https://github.com/sequelize/sequelize/pull/1213) - instance.createAssociationInstance functionality added [#1213](https://github.com/sequelize/sequelize/pull/1213)
- fixes a few bugs with transactions in regards to associations - fixes a few bugs with transactions in regards to associations
- add error handling for transaction creation - add error handling for transaction creation
- `sequelize --undo` will now actually undo migrations. Its basically an alias for `sequelize --migrate --undo`. [#1059](https://github.com/sequelize/sequelize/pull/1059)
#### Backwards compatability changes #### Backwards compatability changes
- Hooks are no longer passing value hashes. Instead, they are now passing instances of the model. - Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.
...@@ -22,7 +23,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell ...@@ -22,7 +23,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
- Eager loading / prefetching now supports inner joins and extending the ON statement [#1199](https://github.com/sequelize/sequelize/pull/1199) - Eager loading / prefetching now supports inner joins and extending the ON statement [#1199](https://github.com/sequelize/sequelize/pull/1199)
- Eager loading / prefetching now returns the attributes of through models aswell [#1198](https://github.com/sequelize/sequelize/pull/1198) - Eager loading / prefetching now returns the attributes of through models aswell [#1198](https://github.com/sequelize/sequelize/pull/1198)
- New set/get/changed/previous feature [#1182](https://github.com/sequelize/sequelize/pull/1182) - New set/get/changed/previous feature [#1182](https://github.com/sequelize/sequelize/pull/1182)
- Various bug fixes - Various bug fixes
#### Backwards compatibility changes #### Backwards compatibility changes
None None
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!