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
..
20260321000001_create_users.sql
20260321000002_create_sessions.sql
20260321000003_create_magic_tokens.sql
20260321000004_create_settings.sql
20260321000005_create_sources.sql
20260321000006_create_providers.sql
20260321000007_create_rate_limits.sql
20260321000008_create_user_api_keys.sql
20260321000009_create_syntheses.sql
20260321000010_add_settings_v2_fields.sql
20260322000011_widen_key_prefix.sql
20260323000012_add_max_articles_per_source.sql
20260323000013_add_source_diversity_window.sql
20260324000014_add_llm_scraping_settings.sql
20260324000015_add_article_history.sql
20260324000016_enrich_article_history.sql
20260324000017_create_llm_call_log.sql
20260325000018_drop_deprecated_settings.sql
20260325000019_model_split.sql
20260325000020_add_batch_size_setting.sql
20260325000021_add_article_url_to_llm_log.sql feat: add article_url to LLM call logs for classify tracing 3 months ago
20260325000022_add_brave_search_setting.sql feat: add use_brave_search setting 3 months ago
20260326000023_add_summary_length.sql feat: add summary_length setting (1=court, 2=moyen, 3=detaille) 3 months ago
20260326000024_add_published_date_to_article_history.sql feat: save publication date in article history and show in synthesis 3 months ago
20260326000025_add_source_extraction_window.sql feat: add source_extraction_window setting (default 3) 3 months ago
20260326000026_remove_use_llm_for_source_links.sql feat: add is_article LLM check + remove use_llm_for_source_links option 3 months ago
20260326000027_add_max_links_per_source.sql feat: add max_links_per_source setting (default 8, was hardcoded 15) 3 months ago
20260326000028_create_themes_and_migrate.sql feat: create themes table and migrate content settings from settings 3 months ago
20260327000029_add_source_preferred.sql feat: add preferred sources — prioritized during synthesis generation 3 months ago
20260327000030_create_theme_schedules.sql feat: add theme schedules — model, DB, CRUD handler, routes 3 months ago
20260403000031_add_source_rss_fields.sql feat: add rss_url and rss_discovered_at columns to sources 2 months ago