4 lines
321 B
SQL
4 lines
321 B
SQL
INSERT INTO `cron_log` ( `description`, `class`, `start_date`, `interval`, `interval_unity`, `current_status`, `next_time`, `finished`, `interactions`)
|
|
VALUES
|
|
('Check if the pexcard transfer had any problem', 'Crunchbutton_Cron_Job_PexCardTransferErrorCheck', '2014-12-03 05:00:00', 'minute', 5, 'idle', NULL, NULL, 0);
|