Skip to content

Commit

Permalink
Update booleans
Browse files Browse the repository at this point in the history
  • Loading branch information
lizkenyon committed Apr 2, 2024
1 parent 51f9d3d commit 81cb62d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ model MySession {
email String?
accountOwner Boolean @default(false)
locale String?
collaborator Boolean? @default(false)
emailVerified Boolean? @default(false)
collaborator Boolean @default(false)
emailVerified Boolean @default(false)
}

0 comments on commit 81cb62d

Please sign in to comment.