From 641f50c2651844401c6a06f9740066a528a49fce Mon Sep 17 00:00:00 2001 From: phl0 Date: Mon, 24 Mar 2025 11:37:18 +0100 Subject: [PATCH] Fix cron table --- application/migrations/239_add_hams_of_note.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/migrations/239_add_hams_of_note.php b/application/migrations/239_add_hams_of_note.php index 7366ccd19..769265e56 100644 --- a/application/migrations/239_add_hams_of_note.php +++ b/application/migrations/239_add_hams_of_note.php @@ -43,7 +43,7 @@ class Migration_add_hams_of_note extends CI_Migration $this->db->query("ALTER TABLE hams_of_note ADD INDEX `callsign` (`callsign`)"); } - if ($this->chk4cron('update_update_hon') == 0) { + if ($this->chk4cron('update_update_hamsofnote') == 0) { $data = array( array( 'id' => 'update_update_hamsofnote',