summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-08-11 10:58:59 +0200
committermguetlein <martin.guetlein@gmail.com>2010-08-11 10:58:59 +0200
commit566786bdd7e253880b7fe6c00cb40fbc46f771a2 (patch)
tree69cf68c7b479b8f99b9248d92ae91a4f7f24cd34 /Rakefile
parent148e4eaccf2e406586914150cf2f953fa5f12ece (diff)
move to wrapper 1.6.2, remove report-dir-check, initial commit of reach reporting stuff
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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