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

Commit cfa224b7 by Jan Aagaard Meier

Updated roadmap with foreign key support

1 parent d0cfa94b
Showing with 2 additions and 2 deletions
...@@ -55,8 +55,8 @@ A very basic roadmap. Chances aren't too bad, that not mentioned things are impl ...@@ -55,8 +55,8 @@ A very basic roadmap. Chances aren't too bad, that not mentioned things are impl
- Eager loading of nested associations [#388](https://github.com/sdepold/sequelize/issues/388#issuecomment-12019099) - Eager loading of nested associations [#388](https://github.com/sdepold/sequelize/issues/388#issuecomment-12019099)
- Model#delete - Model#delete
- Validate a model before it gets saved. (Move validation of enum attribute value to validate method) - Validate a model before it gets saved. (Move validation of enum attribute value to validate method)
- BLOB [#99](https://github.com/sdepold/sequelize/issues/99) - BLOB [#99](https://github.com/sequelize/sequelize/issues/99)
- Support for foreign keys - ~~Support for foreign keys~~ Implemented in [#595](https://github.com/sequelize/sequelize/pull/595), thanks to @optilude
### 1.7.x ### 1.7.x
- Complete support for non-id primary keys - Complete support for non-id primary keys
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!