From dd96ea2c7a17995bf9fc6e85a98ca76250948936 Mon Sep 17 00:00:00 2001 From: nickbar01234 Date: Thu, 11 Apr 2024 23:00:18 -0400 Subject: [PATCH] Add deprecation warning --- prisma/schema.prisma | 1 + 1 file changed, 1 insertion(+) 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