From 3a21870c6ff33e8e4add102b3757af60367a17d7 Mon Sep 17 00:00:00 2001 From: Eric Tipton Date: Sat, 10 Aug 2013 03:25:04 -0400 Subject: Make 'enable_extension' revertible If 'enable_extension' is used in a migration's 'change' method, use 'disable_extension' on down migration (and vice-versa). --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index f53cb6ad51..3010f42cd6 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Allow enable_extension migration method to be revertible. + + *Eric Tipton* + * Type cast hstore values on write, so that the value is consistent with reading from the database. -- cgit v1.2.3