From 661365e7ce445955996c9024b76cea84e4f31a02 Mon Sep 17 00:00:00 2001 From: Erik Peterson Date: Thu, 4 Apr 2013 21:06:52 -0400 Subject: Correctly parse bigint defaults in PostgreSQL --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 0dcc7a4819..c2580b2913 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,10 @@ ## Rails 4.0.0 (unreleased) ## +* Default values for PostgreSQL bigint types now get parsed and dumped to the + schema correctly. + + *Erik Peterson* + * `has_many` using `:through` now obeys the order clause mentioned in through association. Fixes #10016. -- cgit v1.2.3