/ db / migrations / add-outreaches-columns.sql
add-outreaches-columns.sql
1  -- Migration: Add error_message and rework_instructions columns to outreaches
2  -- Status: Already applied - columns exist
3  
4  SELECT 'error_message and rework_instructions columns already exist in outreaches table' as status;