Remove the '-' from the rake command. You should have:
rake db:migrate VERSION=0
-v is a switch to show the version of rake you have installed.
Steve
Remove the '-' from the rake command. You should have:
rake db:migrate VERSION=0
-v is a switch to show the version of rake you have installed.
Steve