From 6cf921fa3035f39709059ea3ac913e6465c229cc Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Tue, 21 Oct 2025 07:47:36 +0200 Subject: [PATCH] Activated cron by default. Run once, every 1st in month --- application/migrations/261_add_grid_country.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/migrations/261_add_grid_country.php b/application/migrations/261_add_grid_country.php index 168cea83a..2326d3629 100644 --- a/application/migrations/261_add_grid_country.php +++ b/application/migrations/261_add_grid_country.php @@ -26,10 +26,10 @@ class Migration_add_grid_country extends CI_Migration { array( 'id' => 'vucc_grid_file', 'enabled' => '0', - 'status' => 'disabled', + 'status' => 'enabled', 'description' => 'Update TQSL VUCC Grids file', 'function' => 'index.php/update/update_vucc_grids', - 'expression' => '45 4 * * *', + 'expression' => '0 0 1 * *', 'last_run' => null, 'next_run' => null ));