aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2015-03-22 19:11:05 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2015-03-22 19:11:06 -0300
commit8a45e18f119304614e257cdabc8a4a1a89a0a720 (patch)
tree7707f1d59ab44f06f8a80eda00b96eebaa573044 /activerecord/CHANGELOG.md
parent4ba9c55fcd2ba5dfd625b7a6a1a4adafd984c4dc (diff)
downloadrails-8a45e18f119304614e257cdabc8a4a1a89a0a720.tar.gz
rails-8a45e18f119304614e257cdabc8a4a1a89a0a720.tar.bz2
rails-8a45e18f119304614e257cdabc8a4a1a89a0a720.zip
Move #19447 changelog to the top and reword it a bit [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 8b35839a50..ce7cc5b11f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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.