Skip to content

Commit

Permalink
changed model name
Browse files Browse the repository at this point in the history
  • Loading branch information
anmoltyagi1 committed Oct 26, 2023
1 parent 4c7fa13 commit d6dcdf0
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 d6dcdf0

Please sign in to comment.