adding build

This commit is contained in:
yuneng-jiang 2026-03-11 18:08:20 -07:00
parent c47bcec6c9
commit 3738ca5ed0
3 changed files with 11 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,11 @@
-- DropIndex
DROP INDEX "LiteLLM_MCPServerTable_approval_status_idx";
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" DROP COLUMN "approval_status",
DROP COLUMN "review_notes",
DROP COLUMN "reviewed_at",
DROP COLUMN "source_url",
DROP COLUMN "submitted_at",
DROP COLUMN "submitted_by";