From d939755a73a1e9200090fe1d7367f133c84e10c7 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 27 Mar 2024 17:02:18 +0100 Subject: [PATCH] Remove duplicated "blocked" field on LiteLLM_TeamTable --- litellm/proxy/schema.prisma | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/litellm/proxy/schema.prisma b/litellm/proxy/schema.prisma index 323d6d1b9..610ae50cd 100644 --- a/litellm/proxy/schema.prisma +++ b/litellm/proxy/schema.prisma @@ -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) @@ -176,4 +175,4 @@ model LiteLLM_UserNotifications { models String[] justification String status String // approved, disapproved, pending -} \ No newline at end of file +}