Remove duplicated "blocked" field on LiteLLM_TeamTable

This commit is contained in:
Tim 2024-03-27 17:02:18 +01:00 committed by GitHub
parent 90b859ebcb
commit d939755a73
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)