(feat) add user_rol to schema.prisma
This commit is contained in:
parent
30c96ee872
commit
aee477f4aa
@ -11,6 +11,7 @@ generator client {
|
||||
model LiteLLM_UserTable {
|
||||
user_id String @unique
|
||||
team_id String?
|
||||
role String?
|
||||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
|
||||
@ -11,6 +11,7 @@ generator client {
|
||||
model LiteLLM_UserTable {
|
||||
user_id String @unique
|
||||
team_id String?
|
||||
role String?
|
||||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
|
||||
Loading…
Reference in New Issue
Block a user