mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
feat: minor cleanup
This commit is contained in:
parent
51b2961c9f
commit
e9a96dd6cb
2 changed files with 0 additions and 17 deletions
|
|
@ -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";
|
||||
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
-- This is an empty migration.
|
||||
|
||||
Loading…
Add table
Reference in a new issue