feat(M13): sync schema — retry_count on ClaudeJob, verify_only on Task, VerifyResult enum
This commit is contained in:
parent
e63ea7026b
commit
2343915a6a
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ model ClaudeJob {
|
|||
summary String?
|
||||
error String?
|
||||
verify_result VerifyResult?
|
||||
retry_count Int @default(0)
|
||||
created_at DateTime @default(now())
|
||||
updated_at DateTime @updatedAt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue