mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
Remove deprecated 'blocked' field from VerificationToken schemas
- Removed 'blocked' field from LiteLLM_VerificationToken model - Removed 'blocked' field from LiteLLM_DeletedVerificationToken model - Updated all schema.prisma files (root, proxy, extras, example) - This field was used by the removed expire_previous_ui_session_tokens function - Completes the key blocking feature deprecation Co-authored-by: Ishaan Jaff <ishaan-jaff@users.noreply.github.com>
This commit is contained in:
parent
aaf5938864
commit
8bc1d99bf3
4 changed files with 0 additions and 7 deletions
|
|
@ -286,7 +286,6 @@ model LiteLLM_VerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
@ -342,7 +341,6 @@ model LiteLLM_DeletedVerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
|
|||
|
|
@ -141,7 +141,6 @@ model LiteLLM_VerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
|
|||
|
|
@ -284,7 +284,6 @@ model LiteLLM_VerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
@ -340,7 +339,6 @@ model LiteLLM_DeletedVerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
|
|||
|
|
@ -286,7 +286,6 @@ model LiteLLM_VerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
@ -342,7 +341,6 @@ model LiteLLM_DeletedVerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue