Migration Error

Hi All,

I am following the useful Migrations tutorial found on this page:

http://glu.ttono.us/articles/2005/10/27/the-joy-of-migrations

However, when I try to rollback the database schema to version 1 using
this command:

rake migrate VERSION=1

I get the following error:

undefined method `to_str’ for {:noop=>false, :verbose=>true}:Hash

I just upgraded to Rails 1.1.0… not sure if that has anything to do
with it.

Any help is appreciated!

Thanks,
Brandon

Aarrrghh… problem solved. Typo.