mirror of
https://github.com/myronblair/jarvis
synced 2026-06-30 17:50:23 -05:00
2f57908a50
ON DUPLICATE KEY UPDATE was not touching updated_at, so if a site's status didn't change MySQL never fired the ON UPDATE trigger and the row timestamp stayed 6 days stale. do_server.php's 15-min freshness window then returned empty sites. Also fixes $fresh() querying WHERE fact_category= (non-existent column) instead of WHERE category=, which always returned no rows. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>