fix: remove dailytag request id migration from agents_table.sql

This commit is contained in:
Krrish Dholakia 2025-11-14 18:24:01 -08:00
parent 8097fafc05
commit 54e7792933

View File

@ -1,6 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_DailyTagSpend" ADD COLUMN "request_id" TEXT;
-- CreateTable
CREATE TABLE "LiteLLM_AgentsTable" (
"agent_id" TEXT NOT NULL,