From 2cbb5fb176f12badcc408b6fe142475e7df554f7 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Thu, 20 Apr 2006 02:41:05 +0000 Subject: Properly quote index names in migrations (closes #4764) [John Long] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4239 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activerecord/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activerecord/CHANGELOG') diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 526064e9c9..a8141cd9d7 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Properly quote index names in migrations (closes #4764) [John Long] + * Fix the HasManyAssociation#count method so it uses the new ActiveRecord::Base#count syntax, while maintaining backwards compatibility. [Rick] * Ensure that Associations#include_eager_conditions? checks both scoped and explicit conditions [Rick] -- cgit v1.2.3