Fix references to mysql in migrations
This commit is contained in:
parent
ddbe33e2ce
commit
b920bf6436
19 changed files with 10 additions and 29 deletions
|
@ -12,7 +12,6 @@ down_revision = '5b84373e5db'
|
|||
|
||||
from alembic import op
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.dialects import mysql
|
||||
|
||||
def upgrade(tables):
|
||||
op.drop_index('queueitem_queue_name', table_name='queueitem')
|
||||
|
|
Reference in a new issue