You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard cd5f5434b2 feat: add rss_url and rss_discovered_at columns to sources
Add nullable rss_url (TEXT) and rss_discovered_at (TIMESTAMPTZ) columns
to the sources table for RSS feed URL caching. Update the Source struct,
all query_as SELECT/RETURNING queries, and add update_source_rss db function.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
api_key.rs
audit.rs
magic_link.rs
mod.rs
provider.rs
rate_limit.rs
schedule.rs
session.rs
settings.rs
source.rs feat: add rss_url and rss_discovered_at columns to sources 2 months ago
synthesis.rs
theme.rs fix: P1 audit items — CSV export theme filter, theme validation, ownership checks, history enums, i18n 2 months ago
user.rs