..
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
Phase 3: Admin module with provider/model curation, rate limits, user management
3 months ago
20260321000007_create_rate_limits.sql
Phase 3: Admin module with provider/model curation, rate limits, user management
3 months ago
20260321000008_create_user_api_keys.sql
Phase 4: LLM provider abstraction with Gemini, user API key encryption
3 months ago
20260321000009_create_syntheses.sql
Phase 5: Generation pipeline with SSE progress, syntheses CRUD
3 months ago
20260321000010_add_settings_v2_fields.sql
v2: add settings migration, model expansion, DB queries (provider, models, rate limits)
3 months ago
20260322000011_widen_key_prefix.sql
fix: runtime bugs found during first Docker run + integration tests
3 months ago
20260323000012_add_max_articles_per_source.sql
feat: add max_articles_per_source setting (migration + model + DB)
3 months ago
20260323000013_add_source_diversity_window.sql
feat: add source_diversity_window setting (migration + model + DB + validation tests)
3 months ago
20260324000014_add_llm_scraping_settings.sql
feat: add use_llm_for_source_links and use_llm_for_article_extraction settings
3 months ago
20260324000015_add_article_history.sql
feat: add article_history table and article_history_days setting
3 months ago
20260324000016_enrich_article_history.sql
feat: enrich article_history with tracing metadata + syntheses.job_id
3 months ago
20260324000017_create_llm_call_log.sql
feat: create llm_call_log table + DB module
3 months ago
20260325000018_drop_deprecated_settings.sql
feat: drop source_diversity_window and use_llm_for_article_extraction settings
3 months ago
20260325000019_model_split.sql
feat: split model selection — scraping vs websearch with GPT-5 models
3 months ago
20260325000020_add_batch_size_setting.sql
feat: add batch_size setting for Phase 1 parallelism
3 months ago
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