fix remove dup migration

This commit is contained in:
Ishaan Jaffer 2025-10-04 16:13:33 -07:00
parent 63cb2764fe
commit e9e91a4b28

View File

@ -1,3 +0,0 @@
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "allowed_tools" TEXT[] DEFAULT ARRAY[]::TEXT[];