Fix cron table

This commit is contained in:
phl0
2025-03-24 11:37:18 +01:00
parent 116041ba11
commit 641f50c265

View File

@@ -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`)"); $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( $data = array(
array( array(
'id' => 'update_update_hamsofnote', 'id' => 'update_update_hamsofnote',