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 +}