Fix references to mysql in migrations

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

View file

@ -12,7 +12,6 @@ down_revision = '313d297811c4'
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import mysql
def upgrade(tables):