Skip to content

Commit

Permalink
adjust alembic drop to test fixing deadlock in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jirathip-k committed Oct 11, 2023
1 parent 0d9de89 commit 714d4d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ def upgrade() -> None:


def downgrade() -> None:
models.Prompt_Route.__table__.drop(op.get_bind())
op.execute("DROP TABLE prompt_routes CASCADE")
pass

0 comments on commit 714d4d4

Please sign in to comment.