[
  {
    "type": "raw_sql",
    "description": "Remove SMS integration records from event_integrations table - text marketing removal (spec 028)",
    "database": "{{store}}",
    "check_query": "SELECT TABLE_NAME FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'event_integrations'",
    "check_expects": "not_empty",
    "sql": "DELETE FROM `event_integrations` WHERE `integrationType` IN ('sms_blast', 'sms_trigger')"
  }
]
