-- Drop the legacy many-to-many join table task_tasktemplate_regions. -- Climate-region affinity now lives in task_tasktemplate.conditions->'climate_region_id' -- and is scored by SuggestionService alongside the other home-profile conditions. DROP TABLE IF EXISTS task_tasktemplate_regions;