We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7882c13 + 8b427e8 commit 271800eCopy full SHA for 271800e
prisma/challenge-schema.prisma
@@ -619,15 +619,15 @@ model DefaultChallengeReviewer {
619
typeId String
620
trackId String
621
// Reviewer configuration (mirrors ChallengeReviewer)
622
- scorecardId String
+ scorecardId String?
623
isMemberReview Boolean
624
memberReviewerCount Int?
625
phaseName String
626
fixedAmount Float? @default(0)
627
baseCoefficient Float?
628
incrementalCoefficient Float?
629
opportunityType ReviewOpportunityTypeEnum?
630
- isAIReviewer Boolean
+ aiWorkflowId String?
631
632
// Relations
633
challengeType ChallengeType @relation(fields: [typeId], references: [id])
0 commit comments