mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
Merge pull request #37875 from BerriAI/litellm_/revert-pr-37554-migration-5af8ea
revert(spend-logs): drop the endTime backfill migration for spend log timestamps
This commit is contained in:
commit
f6c19eadc5
1 changed files with 0 additions and 4 deletions
|
|
@ -1,4 +0,0 @@
|
|||
UPDATE "LiteLLM_SpendLogs"
|
||||
SET "created_at" = "endTime",
|
||||
"updated_at" = "endTime"
|
||||
WHERE "created_at" > "endTime" + interval '1 hour';
|
||||
Loading…
Add table
Reference in a new issue