crunchbutton/db/migrate/000248_cron_log.sql
2015-01-06 21:03:51 -02:00

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);