feat: minor cleanup

This commit is contained in:
Krrish Dholakia 2026-02-25 10:25:45 -08:00
parent 51b2961c9f
commit e9a96dd6cb
2 changed files with 0 additions and 17 deletions

View file

@ -1,15 +0,0 @@
-- DropForeignKey
ALTER TABLE "LiteLLM_AgentsTable" DROP CONSTRAINT "LiteLLM_AgentsTable_object_permission_id_fkey";
-- AlterTable
ALTER TABLE "LiteLLM_AgentsTable" DROP COLUMN "object_permission_id";
-- AlterTable
ALTER TABLE "LiteLLM_MCPServerTable" ADD COLUMN "spec_path" TEXT;
-- AlterTable
ALTER TABLE "LiteLLM_VerificationToken" DROP COLUMN "agent_id";
-- DropTable
DROP TABLE "LiteLLM_ToolTable";