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:
yuneng-jiang 2026-08-21 12:13:16 -07:00 committed by GitHub
commit f6c19eadc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +0,0 @@
UPDATE "LiteLLM_SpendLogs"
SET "created_at" = "endTime",
"updated_at" = "endTime"
WHERE "created_at" > "endTime" + interval '1 hour';