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

Move #19447 changelog to the top and reword it a bit [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2015-03-22 19:11:05 -03:00
parent 4ba9c55fcd
commit 8a45e18f11

View file

@ -1,3 +1,11 @@
* Fix generating the schema file when using PostgreSQL `BigInt[]` data type.
Previously the `limit: 8` was not coming through, and this caused it to
become `Int[]` data type after rebuilding from the schema.
Fixes #19420.
*Jake Waller*
* Reuse the `CollectionAssociation#reader` cache when the foreign key is
available prior to save.
@ -698,10 +706,4 @@
*Yves Senn*
* Fixes #19420. When generating schema.rb using Postgres BigInt[] data type
the limit: 8 was not coming through. This caused it to become Int[] data type
after doing a rebuild off of schema.rb.
*Jake Waller*
Please check [4-2-stable](https://github.com/rails/rails/blob/4-2-stable/activerecord/CHANGELOG.md) for previous changes.