forked from phoenix/litellm-mirror
Remove duplicated "blocked" field on LiteLLM_TeamTable
This commit is contained in:
parent
90b859ebcb
commit
d939755a73
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue