aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 19:58:03 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-07-22 19:58:03 +0000
commitea8f3f0a3765883c993cdd1c28ae958f097d2632 (patch)
treed661337a14c1f35c876ab8783b672beec1a7250f /activerecord/CHANGELOG
parent2cdc2a0d30a1c86808b7b491ccab334ecfe00da5 (diff)
downloadrails-ea8f3f0a3765883c993cdd1c28ae958f097d2632.tar.gz
rails-ea8f3f0a3765883c993cdd1c28ae958f097d2632.tar.bz2
rails-ea8f3f0a3765883c993cdd1c28ae958f097d2632.zip
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
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
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