This commit is contained in:
Daniel Camargo 2015-01-06 16:15:27 -02:00
parent a83c6cffb6
commit bfc620ba77

View File

@ -1,3 +1,3 @@
INSERT INTO `cron_log` ( `description`, `class`, `start_date`, `interval`, `interval_unity`, `current_status`, `next_time`, `finished`, `interactions`)
VALUES
('Check if the card has more than $500', 'Crunchbutton_Cron_Job_CheckBalanceLimit', '2014-12-03 05:00:00', 'hours', 2, 'idle', NULL, NULL, 0);
('Check if the card has more than $500', 'Crunchbutton_Cron_Job_CheckBalanceLimit', '2014-12-03 05:00:00', 'hour', 2, 'idle', NULL, NULL, 0);