alembic downgrade fix

This commit is contained in:
Tim Olson
2023-12-08 03:21:26 -04:00
parent 5cf8289323
commit 3f23b229b8

View File

@@ -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