Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
francesconazzaro committed Jul 26, 2024
1 parent 93901a4 commit 5055d7f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions alembic/versions/a4e8be715296_add_deleted_as_new_status.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@
create_type=False,
)
new_status_enum = sa.Enum(
"pending",
"in_progress",
"completed",
"accepted",
"running",
"failed",
"successful",
"dismissed",
"deleted",
name="status",
create_type=False,
Expand Down

0 comments on commit 5055d7f

Please sign in to comment.