revert(spend-logs): drop the endTime backfill migration for spend log timestamps

Reverts #37554, which added 20260819000000_backfill_spend_log_timestamps
This commit is contained in:
Yuneng Jiang 2026-08-21 11:26:54 -07:00
parent 8122cfc1ec
commit 34c0c707c0
No known key found for this signature in database

View file

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