From ea8f3f0a3765883c993cdd1c28ae958f097d2632 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 22 Jul 2005 19:58:03 +0000 Subject: Added migration support for SQLite (using temporary tables to simulate ALTER TABLE) #1771 [Sam Stephenson] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1893 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 07fd379b88..3bf9ba5fcf 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added migration support for SQLite (using temporary tables to simulate ALTER TABLE) #1771 [Sam Stephenson] + * Remove extra definition of supports_migrations? from abstract_adaptor.rb [Nicholas Seckar] * Fix acts_as_list so that moving next-to-last item to the bottom does not result in duplicate item positions -- cgit v1.2.3