Skip to content

Commit 271800e

Browse files
authored
Merge pull request #166 from topcoder-platform/pm-2540_cleanup
fix(PM-2540): removed isAIReviewer from challenge schema
2 parents 7882c13 + 8b427e8 commit 271800e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prisma/challenge-schema.prisma

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,15 +619,15 @@ model DefaultChallengeReviewer {
619619
typeId String
620620
trackId String
621621
// Reviewer configuration (mirrors ChallengeReviewer)
622-
scorecardId String
622+
scorecardId String?
623623
isMemberReview Boolean
624624
memberReviewerCount Int?
625625
phaseName String
626626
fixedAmount Float? @default(0)
627627
baseCoefficient Float?
628628
incrementalCoefficient Float?
629629
opportunityType ReviewOpportunityTypeEnum?
630-
isAIReviewer Boolean
630+
aiWorkflowId String?
631631
632632
// Relations
633633
challengeType ChallengeType @relation(fields: [typeId], references: [id])

0 commit comments

Comments
 (0)