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

You need to sign in or sign up before continuing.
Commit d613c5fd by Mick Hansen

Add pg-hstore notice

1 parent 4093cd61
Showing with 1 additions and 0 deletions
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
#### Backwards compatability changes #### Backwards compatability changes
- `instance.update()` using default fields will now automatically also save and validate values provided via `beforeUpdate` hooks - `instance.update()` using default fields will now automatically also save and validate values provided via `beforeUpdate` hooks
- Sequelize no longer supports case insensitive mysql enums - Sequelize no longer supports case insensitive mysql enums
- `pg-hstore` has been moved to a devDependency, Postgres users will have to install `pg-hstore` manually alongside `pg`: `$ npm install pg pg-hstore`
# 2.0.0-rc6 # 2.0.0-rc6
- [BUG] Fixed issue with including by association reference and where - [BUG] Fixed issue with including by association reference and where
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!