Apr 9, 2026
1 commit | Theme: Bug fix
Changes
Bug Fix
Fix nightly scraper crash (4b30a5d)
- Supabase tables use
task_title/subtask_title/item_namecolumns, nottitle/name - Updated
fetch_projects_since()to useSELECT *with separate queries (same pattern asfetch_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