mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 02:14:13 +00:00
Activated cron by default. Run once, every 1st in month
This commit is contained in:
@@ -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
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user