From 86593cd4daf6534d3584cc35b8f20856e6d85f2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:43:27 +0000 Subject: [PATCH] chore: sync schema.prisma copies from root --- litellm-proxy-extras/litellm_proxy_extras/schema.prisma | 3 +++ litellm/proxy/schema.prisma | 3 +++ 2 files changed, 6 insertions(+) diff --git a/litellm-proxy-extras/litellm_proxy_extras/schema.prisma b/litellm-proxy-extras/litellm_proxy_extras/schema.prisma index acedf8029b6..e39bd1b861d 100644 --- a/litellm-proxy-extras/litellm_proxy_extras/schema.prisma +++ b/litellm-proxy-extras/litellm_proxy_extras/schema.prisma @@ -875,6 +875,8 @@ model LiteLLM_DailyTeamSpend { api_requests BigInt @default(0) successful_requests BigInt @default(0) failed_requests BigInt @default(0) + ptu_flat_cost Float @default(0.0) + ptu_reservation_id String? created_at DateTime @default(now()) updated_at DateTime @updatedAt @@ -885,6 +887,7 @@ model LiteLLM_DailyTeamSpend { @@index([model]) @@index([mcp_namespaced_tool_name]) @@index([endpoint]) + @@index([ptu_reservation_id]) } // Track daily team spend metrics per model and key diff --git a/litellm/proxy/schema.prisma b/litellm/proxy/schema.prisma index acedf8029b6..e39bd1b861d 100644 --- a/litellm/proxy/schema.prisma +++ b/litellm/proxy/schema.prisma @@ -875,6 +875,8 @@ model LiteLLM_DailyTeamSpend { api_requests BigInt @default(0) successful_requests BigInt @default(0) failed_requests BigInt @default(0) + ptu_flat_cost Float @default(0.0) + ptu_reservation_id String? created_at DateTime @default(now()) updated_at DateTime @updatedAt @@ -885,6 +887,7 @@ model LiteLLM_DailyTeamSpend { @@index([model]) @@index([mcp_namespaced_tool_name]) @@index([endpoint]) + @@index([ptu_reservation_id]) } // Track daily team spend metrics per model and key