litellm/db_scripts
Tin Chi Lo a87754d7fc fix(db_scripts): pin the tool spend backfill session to UTC
The backfill compares the naive start_time column against a timestamptz
cutover, and that coercion follows the session time zone, so a non-UTC
session shifts the cutover boundary by the offset. Pinning the session
makes the whole script timezone-independent. The date bucketing itself was
already safe: to_char on a timestamp without time zone ignores the session
time zone and the stored values are UTC
2026-07-27 12:29:19 -07:00
..
backfill_daily_tool_spend.sql fix(db_scripts): pin the tool spend backfill session to UTC 2026-07-27 12:29:19 -07:00
create_views.py chore(lint): remove PLR0915 too-many-statements ruff rule (#30574) 2026-06-16 16:52:49 -07:00
migrate_keys.py fix(migrate_keys.py): add script for migrating keys to new db 2025-07-16 10:18:36 -07:00
partition_spend_logs.sql feat(spend_logs): opt-in native Postgres partitioning for SpendLogs retention (#29466) 2026-06-11 11:02:42 -07:00
unpartition_spend_logs.sql feat(spend_logs): opt-in native Postgres partitioning for SpendLogs retention (#29466) 2026-06-11 11:02:42 -07:00
update_unassigned_teams.py