aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-09-23 13:45:32 +0000
committerJamis Buck <jamis@37signals.com>2005-09-23 13:45:32 +0000
commit119855c438812fb60abc51d0ca6ab30f14713941 (patch)
treed3e11a4bdb429bb71399b7f99a72e919e3dcabf2 /railties/CHANGELOG
parent7dc45818dc43c163700efc9896a0f3feafa31138 (diff)
downloadrails-119855c438812fb60abc51d0ca6ab30f14713941.tar.gz
rails-119855c438812fb60abc51d0ca6ab30f14713941.tar.bz2
rails-119855c438812fb60abc51d0ca6ab30f14713941.zip
Add db_schema_dump and db_schema_import rake tasks to work with the new ActiveRecord::SchemaDumper (for dumping a schema to and reading a schema from a ruby file).
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2313 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 05856bfea8..ed54849e69 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add db_schema_dump and db_schema_import rake tasks to work with the new ActiveRecord::SchemaDumper (for dumping a schema to and reading a schema from a ruby file).
+
* Reformed all the config/environments/* files to conform to the new Rails::Configuration approach. Fully backwards compatible.
* Added create_sessions_table, drop_sessions_table, and purge_sessions_table as rake tasks for databases that supports migrations (MySQL, PostgreSQL, SQLite) to get a table for use with CGI::Session::ActiveRecordStore