adding migration

This commit is contained in:
yuneng-jiang
2026-01-16 14:28:50 -08:00
parent 1cd4c9fb17
commit e5ce3c960a
3 changed files with 6 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,6 @@
-- AlterTable
ALTER TABLE "LiteLLM_DeletedTeamTable" ADD COLUMN "router_settings" JSONB DEFAULT '{}';
-- AlterTable
ALTER TABLE "LiteLLM_DeletedVerificationToken" ADD COLUMN "router_settings" JSONB DEFAULT '{}';