mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
chore: sync schema.prisma copies from root
This commit is contained in:
parent
ab3bcb95ef
commit
cefa15ba9e
1 changed files with 1 additions and 0 deletions
|
|
@ -645,6 +645,7 @@ model LiteLLM_SpendLogs {
|
|||
@@index([startTime, request_id])
|
||||
@@index([end_user])
|
||||
@@index([session_id])
|
||||
@@index([api_key, startTime(sort: Desc)], map: "LiteLLM_SpendLogs_api_key_startTime_idx")
|
||||
}
|
||||
|
||||
// View spend, model, api_key per request
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue