alembic downgrade fix
This commit is contained in:
@@ -96,3 +96,4 @@ def downgrade() -> None:
|
||||
op.drop_table('transactionjob')
|
||||
op.execute('drop type swaporderstate') # enum type
|
||||
op.execute('drop type transactionjobstate') # enum type
|
||||
op.execute('drop type exchange') # enum type
|
||||
|
||||
Reference in New Issue
Block a user