adding migration for deleted teams soft budget

This commit is contained in:
yuneng-jiang 2026-02-07 11:07:06 -08:00
parent 87a75900a1
commit d9ac3b38ee

View File

@ -0,0 +1,3 @@
-- AlterTable
ALTER TABLE "LiteLLM_DeletedTeamTable" ADD COLUMN "soft_budget" DOUBLE PRECISION;