From 168eabb69ac9be56bd8b607efd22157a26aa214f Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 29 Feb 2024 19:21:14 -0800 Subject: [PATCH] (fix) prisma schema --- litellm/proxy/schema.prisma | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/proxy/schema.prisma b/litellm/proxy/schema.prisma index 7e8e26fcd..8ffa68983 100644 --- a/litellm/proxy/schema.prisma +++ b/litellm/proxy/schema.prisma @@ -97,6 +97,8 @@ model LiteLLM_SpendLogs { cache_hit String @default("") cache_key String @default("") request_tags Json @default("[]") + team_id String? + end_user String? } // Beta - allow team members to request access to a model