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:
Cursor Agent 2026-02-13 17:06:43 +00:00
parent aaf5938864
commit 8bc1d99bf3
4 changed files with 0 additions and 7 deletions

View file

@ -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?

View file

@ -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?

View file

@ -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?

View file

@ -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?