step 9 and cleanup
Build and Push Docker Image / build (push) Successful in 1m4s

This commit is contained in:
jason
2026-04-22 09:27:01 -05:00
parent c8c86c9ca4
commit e0dfac2d48
18 changed files with 1521 additions and 85 deletions
@@ -0,0 +1,4 @@
-- Adds Operation.kind ("work" | "qc") for dedicated inspection steps.
-- The `qc_failed` status value is application-level only (status is TEXT),
-- so no schema change is needed for that — migration is just the column add.
ALTER TABLE "Operation" ADD COLUMN "kind" TEXT NOT NULL DEFAULT 'work';