summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authormguetlein <martin.guetlein@gmail.com>2010-09-02 14:25:02 +0200
committermguetlein <martin.guetlein@gmail.com>2010-09-02 14:25:02 +0200
commitf04a500388557a34d782c5310c009f559e47d046 (patch)
tree5243fb4cfc76ea03478fa436bc1269f54991b92c /Rakefile
parent51613854268453746d33fbb16d6406cde4963e12 (diff)
fixing rakefile, adding some more content to reach qmrf report, fix :model-name for relations
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
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