File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
migrations/20251112162335_aiworkflowid_in_def_challenge_reviewer Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66*/
77-- AlterTable
88ALTER TABLE " DefaultChallengeReviewer" DROP COLUMN " isAIReviewer" ,
9- ADD COLUMN " aiWorkflowId" TEXT ,
9+ ADD COLUMN " aiWorkflowId" VARCHAR ( 14 ) ,
1010ALTER COLUMN " scorecardId" DROP NOT NULL ;
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ model DefaultChallengeReviewer {
659659 baseCoefficient Float ?
660660 incrementalCoefficient Float ?
661661 opportunityType ReviewOpportunityTypeEnum ?
662- aiWorkflowId String ?
662+ aiWorkflowId String ? @db.VarChar ( 14 )
663663 shouldOpenOpportunity Boolean @default (true )
664664
665665 // Relations
@@ -724,4 +724,4 @@ model TimelineTemplatePhase {
724724
725725 @@index ([timelineTemplateId ] )
726726 @@index ([timelineTemplateId , phaseId ] )
727- }
727+ }
You can’t perform that action at this time.
0 commit comments