1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add CHANGELOG entry to the uuid datatype support to PostgreSQL adpter

This commit is contained in:
Rafael Mendonça França 2012-06-14 19:21:58 -03:00
parent 57a952a223
commit 508834c599

View file

@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
* Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov*
* `update_attribute` has been removed. Use `update_column` if
you want to bypass mass-assignment protection, validations, callbacks,
and touching of updated_at. Otherwise please use `update_attributes`.