Data Fixes & Migrations
Run manual maintenance scripts and data repairs.
Link Recordings to Models
Scans recordings with missing model links and attempts to find the corresponding model by matching source and username.
Backfill Last Video Date
Updates `lastVideoDate` for all models based on the maximum `recordedAt` date from their linked recordings. Fixes sorting order.
Normalize Gender Values
Converts legacy gender strings (Male, Female, etc.) to standard codes (m, f, c, t).
Fix Image URLs
Repairs broken image URLs for specific providers (fastimages.org, etc.).
Backfill ELO Ratings
Creates default ELO ratings (1500) for all models that don't have one.
Bulk Enrich Models
Fetches all models from CamsHQ API in bulk and enriches local models that need it. Much faster than individual enrichment (~3-4 min vs hours).