forked from phoenix/litellm-mirror
build(schema.prisma): add column 'blocked' for litellm keys
enables blocking/unblocking litellm keys
This commit is contained in:
parent
cf7dcd9168
commit
dad3964207
2 changed files with 2 additions and 0 deletions
|
@ -139,6 +139,7 @@ model LiteLLM_VerificationToken {
|
|||
permissions Json @default("{}")
|
||||
max_parallel_requests Int?
|
||||
metadata Json @default("{}")
|
||||
blocked Boolean?
|
||||
tpm_limit BigInt?
|
||||
rpm_limit BigInt?
|
||||
max_budget Float?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue