From 566786bdd7e253880b7fe6c00cb40fbc46f771a2 Mon Sep 17 00:00:00 2001 From: mguetlein Date: Wed, 11 Aug 2010 10:58:59 +0200 Subject: move to wrapper 1.6.2, remove report-dir-check, initial commit of reach reporting stuff --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Rakefile') diff --git a/Rakefile b/Rakefile index 3c39279..5bce8e2 100644 --- a/Rakefile +++ b/Rakefile @@ -71,7 +71,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 : 2 ) + ActiveRecord::Migrator.migrate('db/migrate', ENV["VERSION"] ? ENV["VERSION"].to_i : 3 ) end -- cgit v1.2.3