Skip to content

Commit d0c5639

Browse files
build: bump root schema.prisma
1 parent 8d0db8b commit d0c5639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema.prisma

+1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ model LiteLLM_UserTable {
103103
user_id String @id
104104
user_alias String?
105105
team_id String?
106+
sso_user_id String? @unique
106107
organization_id String?
107108
password String?
108109
teams String[] @default([])

0 commit comments

Comments
 (0)