From 35e382627ec4b6d0aaf14f831adc104d353163a9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 22 Sep 2007 22:12:10 +0000 Subject: Added rake db:version to get the current schema version from the command line (closes #7521) [pelargir] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7574 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'railties/CHANGELOG') diff --git a/railties/CHANGELOG b/railties/CHANGELOG index ea92fa04b3..09a5e9fb2f 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added rake db:version to get the current schema version from the command line #7521 [pelargir] + * Fixed the placement of fixture files for nested models when generating through script/generate model #7547 [jkit] * Added TEMPLATE option to rake doc:app to set a custom output template #7737 [Jakob S] -- cgit v1.2.3