fix: add missing User relation on AiLearningAnalysis model
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 47s
All checks were successful
Deploy API Server / build-and-deploy (push) Successful in 47s
Prisma validation error P1012: User.aiAnalysisResultsNew missing opposite relation on AiLearningAnalysis. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
4cf2aa99fd
commit
87fe180874
@ -2038,6 +2038,7 @@ model AiLearningAnalysis {
|
||||
id String @id @default(cuid())
|
||||
userId String
|
||||
jobId String
|
||||
user User @relation(fields: [userId], references: [id])
|
||||
snapshotId String?
|
||||
targetType String @db.VarChar(32)
|
||||
targetId String @db.VarChar(255)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user