add migration

This commit is contained in:
Ishaan Jaffer
2026-02-07 09:39:55 -08:00
parent 8c7051686b
commit 7dcbc8d5be
@@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "available_on_public_internet" BOOLEAN NOT NULL DEFAULT false;