Skip to content

Commit

Permalink
chore: add BlockedEmails table
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jan 11, 2025
1 parent 09b7020 commit b5997d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,8 @@ model TwoFactorConfirmation {
@@unique([userId])
}

model BlockedEmails {
id String @id @default(cuid())
email String @unique
}

0 comments on commit b5997d8

Please sign in to comment.