-- Persist token usage on each insight row. Split from -- 2026-05-27-000002_add_insight_generation_params because that -- migration was already applied on some environments before these -- columns were added. ALTER TABLE photo_insights ADD COLUMN prompt_eval_count INTEGER; ALTER TABLE photo_insights ADD COLUMN eval_count INTEGER;