|
|
@ -146,8 +146,6 @@ model ResumesCommentVote {
|
|
|
|
updatedAt DateTime @updatedAt
|
|
|
|
updatedAt DateTime @updatedAt
|
|
|
|
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
|
|
|
user User @relation(fields: [userId], references: [id], onDelete: Cascade)
|
|
|
|
comment ResumesComment @relation(fields: [commentId], references: [id], onDelete: Cascade)
|
|
|
|
comment ResumesComment @relation(fields: [commentId], references: [id], onDelete: Cascade)
|
|
|
|
|
|
|
|
|
|
|
|
@@unique([commentId, userId])
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Start of Offers project models.
|
|
|
|
// Start of Offers project models.
|
|
|
|