fix LiteLLM_DailyTagSpend add request_id

This commit is contained in:
Ishaan Jaffer 2025-11-14 17:35:54 -08:00
parent 8fdb12a44b
commit 87b7780182

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_DailyTagSpend" ADD COLUMN "request_id" TEXT;