[
  {
    "type": "insert",
    "description": "Insert TaskEngine job definition for close report notifications",
    "database": "kiosk_buykiosk",
    "sql": "INSERT IGNORE INTO `task_job_definitions` (`name`, `displayName`, `className`, `schedule`, `queue`, `scope`, `timeout`, `maxRetries`, `retryBackoff`, `config`, `isEnabled`, `notifyOnFailure`, `notifyEmails`) VALUES ('close-report-notify', 'Close Report Notification', 'BuyerKiosk\\\\CloseReport\\\\Jobs\\\\CloseReportNotifyJob', NULL, 'default', 'per_store', 300, 3, 60, '{}', 1, 1, NULL)"
  }
]
