[
  {
    "type": "raw_sql",
    "description": "Remove SMS integration records from eventTemplate_Integrations table - text marketing removal (spec 028)",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM eventTemplate_Integrations WHERE integrationType IN ('sms_blast', 'sms_trigger'))",
    "sql": "DELETE FROM `eventTemplate_Integrations` WHERE `integrationType` IN ('sms_blast', 'sms_trigger')"
  }
]
