feat(M13): add pr_url to ClaudeJob schema + migration

This commit is contained in:
Janpeter Visser 2026-05-01 13:30:23 +02:00
parent a0256d1859
commit 12a58e8b45
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "claude_jobs" ADD COLUMN "pr_url" TEXT;

View file

@ -273,6 +273,7 @@ model ClaudeJob {
verify_result VerifyResult?
plan_snapshot String?
branch String?
pr_url String?
summary String?
error String?
retry_count Int @default(0)