Move the call to install_migration_version_if_missing() to migrations_to_run()
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Jul 2011 23:43:08 +0000 (18:43 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sun, 10 Jul 2011 23:43:08 +0000 (18:43 -0500)
commit9cf8b469e7f8e4fea581875637c16025e75550d4
tree728df07330599c0969f210cefbf407f898a52241
parent1b38cfa3b7a208a0af995c082fc0998cd0099996
Move the call to install_migration_version_if_missing() to migrations_to_run()

This means there's a serious side effect of calling this, but there's
no way to get useful data here unless if that's set anyway.
mediagoblin/db/util.py