rake db:migrate - doing nothing to the database

yeah you can either 1) change migrations, then migrate 'down' then up 2) add a new migration that changes the schema (better -- you can rename tables, etc.)