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.
1 parent fd58892 commit bf38b94Copy full SHA for bf38b94
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
// Default for whether to open a public review opportunity for this reviewer when a challenge is created
632
shouldOpenOpportunity Boolean @default(true)
633
0 commit comments