Enable alembic as the main tool for migrations
commit2b68834c44c76adcc692e7e8464e69da10420bdd
authorBoris Bobrov <breton@cynicmansion.ru>
Sat, 7 Nov 2015 13:57:22 +0000 (7 16:57 +0300)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 11 Jan 2016 15:14:33 +0000 (11 07:14 -0800)
treea5290285c8ba2489a508af2656fb6be655195a7d
parent8da8c0ac2d1c20968165fcd0bc41d0b9f397593d
Enable alembic as the main tool for migrations

Enable alembic for all migrations and limit the max number of
sqlalchemy-migration migration. All new migrations must now be in
Alembic!
mediagoblin/db/migration_tools.py
mediagoblin/gmg_commands/dbupdate.py