feat(M13): add pr_url to ClaudeJob schema + migration
This commit is contained in:
parent
a0256d1859
commit
12a58e8b45
2 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE "claude_jobs" ADD COLUMN "pr_url" TEXT;
|
||||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue