- Remove DiscoveredAt field from Feed and Item structs - Remove from all SQL queries - Remove from schema definitions - Add migrations to drop the columns - Remove unused 'now' variable declarations The column wasn't providing value - all feeds had the same timestamp from bulk import, and items weren't using it for any logic. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>