From 53a97e9d610c03024b21d5d87681d98b5ed115bf Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Tue, 24 Oct 2006 07:32:18 +0000 Subject: Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [obrie] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5353 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 3f7bf9e808..73e4b4fe9b 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make add_column use the options hash with the Sqlite Adapter. Closes #6464 [obrie] + * Document other options available to migration's add_column. #6419 [grg] * MySQL: all_hashes compatibility with old MysqlRes class. #6429 [Jeremy Kemper] -- cgit v1.2.3