forked from phoenix/litellm-mirror
(feat) set user_role for Users
This commit is contained in:
parent
93c7e1d457
commit
29885bbdc1
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ generator client {
|
|||
model LiteLLM_UserTable {
|
||||
user_id String @unique
|
||||
team_id String?
|
||||
role String?
|
||||
user_role String?
|
||||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue