Skip to content

Commit

Permalink
Removed v attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaranan-y committed Oct 20, 2023
1 parent 42eaad7 commit 4c7fa13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/typescript/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ model serviceRequest {

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

0 comments on commit 4c7fa13

Please sign in to comment.