[
  {
    "type": "insert",
    "description": "Register billing invoice generation job for monthly automated billing",
    "database": "kiosk_buykiosk",
    "check_query": "SELECT id FROM task_job_definitions WHERE name = 'billing:generate-invoices'",
    "sql": "INSERT INTO task_job_definitions (name, displayName, className, schedule, queue, scope, timeout, maxRetries, retryBackoff, config, isEnabled) VALUES ('billing:generate-invoices', 'Generate Monthly Billing Invoices', 'BuyerKiosk\\\\TaskEngine\\\\Jobs\\\\InvoiceGenerationJob', '0 0 1 * *', 'default', 'global', 600, 1, 300, '{}', 1)"
  }
]
