Fix references to mysql in migrations

This commit is contained in:
Jake Moshenko 2015-10-23 16:15:09 -04:00
parent ddbe33e2ce
commit b920bf6436
19 changed files with 10 additions and 29 deletions

View file

@ -12,7 +12,6 @@ down_revision = '2fb36d4be80d'
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import mysql
from util.migrate.backfill_user_uuids import backfill_user_uuids
def upgrade(tables):