Skip to content

Commit

Permalink
terms fields
Browse files Browse the repository at this point in the history
  • Loading branch information
rappix committed Jun 16, 2024
1 parent 1676468 commit d8be39f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Profile" ADD COLUMN "termsAccepted" BOOLEAN NOT NULL DEFAULT false;
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ model Profile {
avatar String?
originatorName String? @default("")
originatorDescription String? @default("")
termsAccepted Boolean @default(false)
email String?
emailStatus VerificationStatus @default(NOT_VERIFIED)
Expand Down

0 comments on commit d8be39f

Please sign in to comment.