(feat) add user_rol to schema.prisma

This commit is contained in:
ishaan-jaff 2024-02-03 10:09:27 -08:00
parent 30c96ee872
commit aee477f4aa
2 changed files with 2 additions and 0 deletions

View file

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

View file

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