fixed crons so they dot ovveride last run and status

This commit is contained in:
Ulf Gebhardt 2017-01-10 02:20:23 +01:00
parent 16b4c7cfed
commit 9fc399e866

View File

@ -1,19 +1,19 @@
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_calculate_votes', 0, 0, 1, 0, 0, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_calculate_votes', 0, 0, 1, 0, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_players_online_ts', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_players_online_ts', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_players_online_tbc', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_players_online_tbc_test', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_players_online_tbc', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_players_online_tbc_test', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_players_online_classic', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_players_online_classic_test', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_players_online_classic', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_players_online_classic_test', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_classic_realm', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_classic_world', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_classic_world_test', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_classic_realm', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_classic_world', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_classic_world_test', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_tbc_realm', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_tbc_world', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_online_tbc_world_test', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_tbc_realm', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_tbc_world', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_online_tbc_world_test', NULL, NULL, NULL, NULL, NULL);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`, `last_run`, `status`) VALUES ('cron_server_bot_tbc_live', NULL, NULL, NULL, NULL, NULL, NULL, 0);
REPLACE INTO `system_cron` (`class`, `min`, `hour`, `day`, `day_week`, `month`) VALUES ('cron_server_bot_tbc_live', NULL, NULL, NULL, NULL, NULL);