(feat) set user_role for Users

This commit is contained in:
ishaan-jaff 2024-02-03 10:23:50 -08:00
parent 93c7e1d457
commit 29885bbdc1
2 changed files with 2 additions and 2 deletions

View file

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