[
  {
    "type": "insert",
    "description": "Register ComebackCashEventAutoEndJob to auto-end ccEvents past their end_date so coupons stop issuing",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT id FROM task_job_definitions WHERE name = 'comeback-cash:event-auto-end'",
    "sql": "INSERT INTO task_job_definitions (name, displayName, className, schedule, isEnabled, queue, scope, timeout, maxRetries, retryBackoff, config) VALUES ('comeback-cash:event-auto-end', 'Comeback Cash Event Auto-End', 'BuyerKiosk\\\\TaskEngine\\\\Jobs\\\\ComebackCashEventAutoEndJob', '*/5 * * * *', 1, 'low', 'global', 300, 2, 60, NULL)"
  }
]
