← All docs changelog/2026-04-09.md

Apr 9, 2026

1 commit | Theme: Bug fix

Changes

Bug Fix

Fix nightly scraper crash (4b30a5d)

  • Supabase tables use task_title/subtask_title/item_name columns, not title/name
  • Updated fetch_projects_since() to use SELECT * with separate queries (same pattern as fetch_project_tree)
  • Updated the scraper's training record builder to handle both column naming conventions
  • Fixes: postgrest.exceptions.APIError: column subtasks_1.title does not exist