dbupdate updates to use plugin migrations if available
authorChristopher Allan Webber <cwebber@dustycloud.org>
Wed, 9 Mar 2016 21:31:39 +0000 (13:31 -0800)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Sat, 26 Mar 2016 18:39:07 +0000 (11:39 -0700)
commit05879c1c76045679eae5110c7580f9e0533dfd8c
treee4878e396745f25c080db8356666d86ec5306784
parent731df78225cfeed168b849287ede07e205fae3f3
dbupdate updates to use plugin migrations if available

This makes use of the recently added "build_alembic_config" tool and
removes AlembicMigrationManager.

* mediagoblin/db/migration_tools.py (AlembicMigrationManager): Removed.
* mediagoblin/gmg_commands/dbupdate.py (run_alembic_migrations):
  Adjusted to use recently added build_alembic_config tool.
mediagoblin/db/migration_tools.py
mediagoblin/gmg_commands/dbupdate.py