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
2026-02-02 15:19:48 -05:00
2026-02-04 10:42:52 -05:00
Description
No description provided
12 MiB
Languages
Go 98.8%
Shell 0.6%
Dockerfile 0.6%