[
  {
    "type": "insert",
    "description": "Add Onboarding Event Log Retention job definition (Spec 051 T6.5/T7 carry-item)",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT 1 AS exact_match FROM task_job_definitions WHERE name='onboarding-eventlog-retention' AND displayName='Onboarding Event Log Retention (24-month)' AND className='BuyerKiosk\\\\TaskEngine\\\\Jobs\\\\OnboardingEventLogRetentionJob' AND schedule='0 4 * * *' AND queue='low' AND scope='global' AND timeout=600 AND maxRetries=2 AND retryBackoff=60 AND config='{}' AND isEnabled=1 AND notifyOnFailure=1 AND notifyEmails IS NULL HAVING COUNT(*)=1",
    "sql": "INSERT INTO `task_job_definitions` (`name`, `displayName`, `className`, `schedule`, `queue`, `scope`, `timeout`, `maxRetries`, `retryBackoff`, `config`, `isEnabled`, `notifyOnFailure`, `notifyEmails`) VALUES ('onboarding-eventlog-retention', 'Onboarding Event Log Retention (24-month)', 'BuyerKiosk\\\\TaskEngine\\\\Jobs\\\\OnboardingEventLogRetentionJob', '0 4 * * *', 'low', 'global', 600, 2, 60, '{}', 1, 1, NULL)"
  }
]
