Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaranan-y committed Nov 2, 2023
2 parents 68db67c + 5a61cec commit 44c7c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/typescript/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ model user {
lastName String
role Role
serviceRequests serviceRequest[]
volunteerSignUp volunteerSignUp[]
volunteerSignUp volunteerPlatformSignUp[]
}

model serviceRequest {
Expand All @@ -36,7 +36,7 @@ model serviceRequest {
requestType ServiceRequestType
}

model volunteerSignUp {
model volunteerPlatformSignUp {
id String @id @default(auto()) @map("_id") @db.ObjectId
email String
firstName String
Expand Down

0 comments on commit 44c7c75

Please sign in to comment.