Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Jul 26, 2024
1 parent 5ef276d commit 9f2669a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions alembic/versions/a4e8be715296_add_deleted_as_new_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ def upgrade() -> None:

def downgrade() -> None:
# Remove the new status from the enum
# this doesn't work
op.execute("ALTER TYPE status DELETE VALUE 'deleted'")

0 comments on commit 9f2669a

Please sign in to comment.