chore: add plan_snapshot to local prisma schema copy
Keeps prisma/schema.prisma in sync with vendor/scrum4me so prisma:generate produces the updated ClaudeJob client types. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
54ace839f8
commit
de7803a370
1 changed files with 1 additions and 0 deletions
|
|
@ -256,6 +256,7 @@ model ClaudeJob {
|
|||
claimed_at DateTime?
|
||||
started_at DateTime?
|
||||
finished_at DateTime?
|
||||
plan_snapshot String?
|
||||
branch String?
|
||||
summary String?
|
||||
error String?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue