aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-11-21 08:01:41 +0000
committerMarcel Molina <marcel@vernix.org>2005-11-21 08:01:41 +0000
commit7355d9f1bd9af02da0fb28eefeecf4fbee2aaf5b (patch)
treeeea10c7bfb1e9ccb488dbc024b52564d16fa4d11 /railties/CHANGELOG
parent60091c1e2a7de4dcea5d7e2ccc6cc1f29a826807 (diff)
downloadrails-7355d9f1bd9af02da0fb28eefeecf4fbee2aaf5b.tar.gz
rails-7355d9f1bd9af02da0fb28eefeecf4fbee2aaf5b.tar.bz2
rails-7355d9f1bd9af02da0fb28eefeecf4fbee2aaf5b.zip
Make the db_schema_dump task honor the SCHEMA environment variable if present the way db_schema_import does. Closes #2931.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3136 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 9cf4f6c10c..7569e31edd 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make the db_schema_dump task honor the SCHEMA environment variable if present the way db_schema_import does. #2931. [Blair Zajac]
+
* Have the lighttpd server script report the actual ip to which the server is bound. #2903. [Adam]
* Add plugin library directories to the load path after the lib directory so that libraries in the lib directory get precedence. #2910. [james.adam@gmail.com]