-- Add channel_errors column to marketing_reports for error tracking
ALTER TABLE marketing_reports ADD COLUMN IF NOT EXISTS channel_errors JSONB DEFAULT '{}';