Files
crawler/cmd
primal 2c3fa5e104 Remove discovered_at column from feeds and items tables
- 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>
2026-02-04 19:07:20 -05:00
..