o2o-infinith-demo/supabase/migrations/20260405_channel_errors.sql

3 lines
159 B
SQL

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