Thursday, May 24, 2007

rake db migrate test




To migrate the database to version 0, then migrate it to the current
version, then recreate the test database:


rake db:migrate VERSION=0 ; rake db:migrate ; rake db:test:clone