025-add-subject-line.sql
1 -- Migration: Add subject_line column to outreaches table 2 -- This column stores the email subject line for email outreaches 3 -- Column already exists, migration is a no-op 4 5 SELECT 'subject_line column already exists' as status;