forked from phoenix/litellm-mirror
Merge pull request #2714 from readevalprint/patch-1
Fix #2713 Remove duplicated "blocked" field on LiteLLM_TeamTable
This commit is contained in:
commit
b6be1ecb37
1 changed files with 1 additions and 2 deletions
|
@ -71,7 +71,6 @@ model LiteLLM_TeamTable {
|
||||||
max_parallel_requests Int?
|
max_parallel_requests Int?
|
||||||
tpm_limit BigInt?
|
tpm_limit BigInt?
|
||||||
rpm_limit BigInt?
|
rpm_limit BigInt?
|
||||||
blocked Boolean @default(false)
|
|
||||||
budget_duration String?
|
budget_duration String?
|
||||||
budget_reset_at DateTime?
|
budget_reset_at DateTime?
|
||||||
blocked Boolean @default(false)
|
blocked Boolean @default(false)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue