migration skipping under rails 2.1
Ticket
migration skipping under rails 2.1+status
migration skipping under rails 2.1+priority
migration skipping under rails 2.1+tag
migration skipping under rails 2.1+commit
migration skipping under rails 2.1+issues
we do "migration skipping" in wagn-- rake db:migrate on an empty database loads a schema then jumps to version 109. the rails code underneath changed a bunch in 2.1. this has mostly been fixed but the tests are still breaking claiming a bunch of migrations haven't been run.