From 5a14a7afb359bce2a275574a68ab998bbe6da39c Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 29 Feb 2024 19:21:57 -0800 Subject: [PATCH] (fix) prisma schema --- .circleci/config.yml | 2 +- schema.prisma | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c8c9ca07c..daa4d59ec 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -81,7 +81,7 @@ jobs: command: | pwd ls - python -m pytest -vv litellm/tests/ -x -s -v --junitxml=test-results/junit.xml --durations=5 + python -m pytest -vv litellm/tests/ -x --junitxml=test-results/junit.xml --durations=5 no_output_timeout: 120m # Store test results diff --git a/schema.prisma b/schema.prisma index 7e8e26fcd..d08295e10 100644 --- a/schema.prisma +++ b/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