From f04a500388557a34d782c5310c009f559e47d046 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Thu, 2 Sep 2010 14:25:02 +0200 Subject: fixing rakefile, adding some more content to reach qmrf report, fix :model-name for relations --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 938506a..0bc031c 100644 --- a/Rakefile +++ b/Rakefile @@ -70,7 +70,7 @@ task :migrate => :load_config do :password => @@config[:database][:password] ) ActiveRecord::Base.logger = Logger.new($stdout) - ActiveRecord::Migrator.migrate('db/migrate', ENV["VERSION"] ? ENV["VERSION"].to_i : 3 ) + ActiveRecord::Migrator.migrate('db/migrate', ENV["VERSION"] ? ENV["VERSION"].to_i : 2 ) end -- cgit v1.2.3