Skip to content

Commit

Permalink
Fixed an error in the db migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcam committed Apr 9, 2024
1 parent 7af0b49 commit 380ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic/versions/2.1.0_extend_qc_state_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@


def upgrade() -> None:
op.execute("INSERT INTO qc_state_dict VALUES ('On hold external', NULL)")
op.execute("INSERT INTO qc_state_dict (state, outcome) VALUES ('On hold external', NULL)")


def downgrade() -> None:
Expand Down

0 comments on commit 380ff82

Please sign in to comment.