From 3e2a9e671d9597af5ee8e37be51df4bbff4868f6 Mon Sep 17 00:00:00 2001 From: int2001 Date: Sun, 23 Mar 2025 08:44:46 +0000 Subject: [PATCH] Adjusted cron to every Monday at 01:30 AM --- 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 077d1a96e..7366ccd19 100644 --- a/application/migrations/239_add_hams_of_note.php +++ b/application/migrations/239_add_hams_of_note.php @@ -51,7 +51,7 @@ class Migration_add_hams_of_note extends CI_Migration 'status' => 'disabled', 'description' => 'Update Hams Of Notes', 'function' => 'index.php/update/update_hamsofnote', - 'expression' => '45 4 * * *', + 'expression' => '30 1 * * 1', 'last_run' => null, 'next_run' => null ));