aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-11 06:41:49 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-04-11 06:41:49 -0700
commit68239487bfbb467d1f7e7e33f493257e041a90a8 (patch)
treed02ef3d3edf2f1a8bb1b813dd2205b2ef0e7b683 /activerecord/CHANGELOG.md
parent536f316cd3586e63675e6aba440763b4f0deee9c (diff)
parenta6d9e16e41906ce656993781d2579c4a848a83a1 (diff)
downloadrails-68239487bfbb467d1f7e7e33f493257e041a90a8.tar.gz
rails-68239487bfbb467d1f7e7e33f493257e041a90a8.tar.bz2
rails-68239487bfbb467d1f7e7e33f493257e041a90a8.zip
Merge pull request #10172 from senny/10098_backport
Backport: Correctly parse bigint defaults in PostgreSQL
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 5e5e1490c4..bf6a26b1be 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,11 @@
## unreleased ##
+* Default values for PostgreSQL bigint types now get parsed and dumped to the
+ schema correctly.
+ Backport #10098.
+
+ *Erik Peterson*
+
* Removed warning when `auto_explain_threshold_in_seconds` is set and the
connection adapter doesn't support explain.
This is causing a regression since the Active Record Railtie is trying to