Files
olsch01 3e5185e725 Deduplicate performance snapshots: one row per platform per day
Added snapshot_date column with unique constraint on (platform_id,
snapshot_date). Worker now upserts instead of inserting, so repeated
scrapes on the same day update the existing row rather than creating
duplicates that cause inflated chart values. Cleaned up existing
duplicate rows in migration.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-23 15:13:48 -04:00
..