Merge pull request #2714 from readevalprint/patch-1

Fix #2713 Remove duplicated "blocked" field on LiteLLM_TeamTable
This commit is contained in:
Krish Dholakia 2024-03-27 10:13:56 -07:00 committed by GitHub
commit b6be1ecb37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,7 +71,6 @@ model LiteLLM_TeamTable {
max_parallel_requests Int?
tpm_limit BigInt?
rpm_limit BigInt?
blocked Boolean @default(false)
budget_duration String?
budget_reset_at DateTime?
blocked Boolean @default(false)
@ -176,4 +175,4 @@ model LiteLLM_UserNotifications {
models String[]
justification String
status String // approved, disapproved, pending
}
}