Skip to content

Commit f5cda40

Browse files
feat: prisma migration
1 parent 39cac8e commit f5cda40

File tree

1 file changed

+3
-0
lines changed
  • litellm-proxy-extras/litellm_proxy_extras/migrations/20251003190954_extra_headers_to_mcp_table

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- AlterTable
2+
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "extra_headers" TEXT[] DEFAULT ARRAY[]::TEXT[];
3+

0 commit comments

Comments
 (0)