(feat) write team_id to User Table

This commit is contained in:
ishaan-jaff 2024-01-18 14:42:46 -08:00
parent 5beef6dbcd
commit 2b6972111e
3 changed files with 5 additions and 0 deletions

View file

@ -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?