We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc23556 commit abe07a1Copy full SHA for abe07a1
5 files changed
apps/backend/prisma/schema.prisma
@@ -19,7 +19,8 @@ model User {
19
displayName String @map("display_name")
20
bio String?
21
pronouns String?
22
- role Role @default(USER)
+ role String?
23
+ authRole Role @default(USER)
24
company String?
25
avatarUrl String? @map("avatar_url")
26
accentColor String @default("#6366f1") @map("accent_color")
0 commit comments