Add candidateTeam field to evaluations; update related components and API endpoints for consistency
This commit is contained in:
@@ -46,6 +46,7 @@ model Evaluation {
|
||||
id String @id @default(cuid())
|
||||
candidateName String
|
||||
candidateRole String
|
||||
candidateTeam String? // équipe du candidat
|
||||
evaluatorName String
|
||||
evaluationDate DateTime
|
||||
templateId String
|
||||
|
||||
Reference in New Issue
Block a user