From e9e91a4b28c031df4ee38982d765415520d9794c Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Sat, 4 Oct 2025 16:13:33 -0700 Subject: [PATCH] fix remove dup migration --- .../20251004123655_mcp_allowed_tools_column/migration.sql | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 litellm-proxy-extras/litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql diff --git a/litellm-proxy-extras/litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql b/litellm-proxy-extras/litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql deleted file mode 100644 index bdac1e42bc..0000000000 --- a/litellm-proxy-extras/litellm_proxy_extras/migrations/20251004123655_mcp_allowed_tools_column/migration.sql +++ /dev/null @@ -1,3 +0,0 @@ --- AlterTable -ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "allowed_tools" TEXT[] DEFAULT ARRAY[]::TEXT[]; -