Adjusted cron to every Monday at 01:30 AM

This commit is contained in:
int2001
2025-03-23 08:44:46 +00:00
parent 2a1defdb1e
commit 3e2a9e671d

View File

@@ -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
));