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 = '707d5191eda'
from alembic import op
import sqlalchemy as sa
from sqlalchemy.dialects import mysql
def upgrade(tables):
op.create_table('star',