forked from phoenix/litellm-mirror
(feat) write team_id to User Table
This commit is contained in:
parent
5beef6dbcd
commit
2b6972111e
3 changed files with 5 additions and 0 deletions
|
@ -9,6 +9,7 @@ generator client {
|
|||
|
||||
model LiteLLM_UserTable {
|
||||
user_id String @unique
|
||||
team_id String?
|
||||
max_budget Float?
|
||||
spend Float @default(0.0)
|
||||
user_email String?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue