[
  {
    "type": "insert",
    "description": "Add analytics aggregation jobs for 022-admin-reporting-refresh",
    "database": "kiosk_buykiosk",
    "sql": "INSERT IGNORE INTO `task_job_definitions` (`name`, `displayName`, `className`, `schedule`, `queue`, `scope`, `timeout`, `maxRetries`, `retryBackoff`, `config`, `isEnabled`, `notifyOnFailure`, `notifyEmails`) VALUES\n('aggregate-velocity-stats', 'Aggregate Velocity Statistics', 'BuyerKiosk\\\\Analytics\\\\Jobs\\\\VelocityAggregationJob', '0 3 * * *', 'low', 'per_store', 300, 3, 60, '{}', 1, 1, NULL),\n('aggregate-momentum-stats', 'Aggregate Category Momentum', 'BuyerKiosk\\\\Analytics\\\\Jobs\\\\MomentumAggregationJob', '0 4 * * *', 'low', 'per_store', 600, 3, 60, '{}', 1, 1, NULL),\n('aggregate-retention-stats', 'Aggregate Seller Retention Statistics', 'BuyerKiosk\\\\Analytics\\\\Jobs\\\\RetentionAggregationJob', '0 5 * * *', 'low', 'per_store', 600, 3, 60, '{}', 1, 1, NULL)"
  }
]
