add migration

This commit is contained in:
Ishaan Jaffer 2026-02-07 09:35:50 -08:00
parent 8c7051686b
commit 7dcbc8d5be

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "available_on_public_internet" BOOLEAN NOT NULL DEFAULT false;