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.
the tests are working now. there is still a bigger issue of migration strategy, but this is fine for now.