Only run archivalook migration if the tables aren't there.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Mar 2016 23:46:02 +0000 (15:46 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:08 +0000 (11:39 -0700)
commitc527242841e7c7408d4307cac0ef049a6db80930
treea6ea6fd7d268a8a8e14d85d2cb271a51951b21dd
parentddbe3fef8ce47eef057e37d4c6d878abc055121a
Only run archivalook migration if the tables aren't there.

Standard for anything existing before the Alembic move-over, but I
forgot this one.

* mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py
  (upgrade): Add has_table check, skip if such a table already exists.
mediagoblin/plugins/archivalook/migrations/b10b5f822789_archivalook_plugin_initial_migration.py