forked from phoenix/litellm-mirror
(feat) add user_rol to schema.prisma
This commit is contained in:
parent
30c96ee872
commit
aee477f4aa
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue