aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/db/migrations.go
AgeCommit message (Collapse)Author
2026-04-27feat(backend): adapt feed fetch interval to update frequencyHEADmainnsfisis
Add per-feed fetch_interval_seconds (clamped to [1h, 24h]) that halves on new articles and grows 1.5x when a fetch yields nothing, replacing the fixed 1h schedule with the 10min cooldown filter. Scheduler tick shortened to 30min so the 1h floor is honored with reasonable precision.
2025-10-27feat(backend): Make feeds.user_id column non-nullnsfisis
2025-10-27feat(backend): Create users tablensfisis
2025-07-13feat(backend): implement db schema migrationv0.2.0nsfisis