Switch initial_revision alembic migration to make tables if they aren't there
authorChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 12 Mar 2016 17:32:56 +0000 (09:32 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:07 +0000 (11:39 -0700)
commit8a26b072989a2393f81916fa0e5d15071b1de265
tree03c20cb7d64835f6891402aee87216883ade5429
parentae44f97da499d8b4bca8af47e4814e732eb45592
Switch initial_revision alembic migration to make tables if they aren't there

This is a necessary step towards deprecating sqlalchemy-migrate.

* mediagoblin/db/migrations/versions/52bf0ccbedc1_initial_revision.py
  (upgrade): Update for adding tables.  Mostly generated via Alembic's
  autogenerate tools.
  (downgrade): Added a comment.
mediagoblin/db/migrations/versions/52bf0ccbedc1_initial_revision.py