Skip to content

Commit

Permalink
Add deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbar01234 committed Apr 12, 2024
1 parent 00a9020 commit dd96ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dd96ea2

Please sign in to comment.