diff --git a/alembic/versions/2.1.0_extend_qc_state_dict.py b/alembic/versions/2.1.0_extend_qc_state_dict.py index 8844d8d..6687af0 100644 --- a/alembic/versions/2.1.0_extend_qc_state_dict.py +++ b/alembic/versions/2.1.0_extend_qc_state_dict.py @@ -15,7 +15,9 @@ 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: