adding build

This commit is contained in:
yuneng-jiang 2026-03-18 14:07:43 -07:00
parent f88e51e1b9
commit 7aa673a137
3 changed files with 9 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,9 @@
-- CreateIndex
CREATE INDEX "LiteLLM_TeamTable_organization_id_idx" ON "LiteLLM_TeamTable"("organization_id");
-- CreateIndex
CREATE INDEX "LiteLLM_TeamTable_team_alias_idx" ON "LiteLLM_TeamTable"("team_alias");
-- CreateIndex
CREATE INDEX "LiteLLM_TeamTable_created_at_idx" ON "LiteLLM_TeamTable"("created_at");