diff --git a/litellm-proxy-extras/litellm_proxy_extras/migrations/20260819000000_backfill_spend_log_timestamps/migration.sql b/litellm-proxy-extras/litellm_proxy_extras/migrations/20260819000000_backfill_spend_log_timestamps/migration.sql deleted file mode 100644 index 10003afa9db..00000000000 --- a/litellm-proxy-extras/litellm_proxy_extras/migrations/20260819000000_backfill_spend_log_timestamps/migration.sql +++ /dev/null @@ -1,4 +0,0 @@ -UPDATE "LiteLLM_SpendLogs" -SET "created_at" = "endTime", - "updated_at" = "endTime" -WHERE "created_at" > "endTime" + interval '1 hour';