diff --git a/prisma/schema.prisma b/prisma/schema.prisma index 034ffef0..db81f1e7 100644 --- a/prisma/schema.prisma +++ b/prisma/schema.prisma @@ -152,6 +152,7 @@ model Email { model UserRequest { id String @id @default(auto()) @map("_id") @db.ObjectId + // @deprecated - We ended up not using this anywhere approved Approval @default(PENDING) uid String @unique @db.ObjectId chapterId String @db.ObjectId