From 8dbeafc880f944efb2093e1eedb824c0b97e2c41 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 2 Jan 2026 17:21:30 +0100 Subject: [PATCH] wip #7923 @0.5 --- app/Console/Kernel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index d0e6d215c..e2ccd14df 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -29,6 +29,8 @@ class Kernel extends \Cubist\Backpack\Console\Kernel // $schedule->command('backup:clean')->daily()->at('04:00'); // $schedule->command('backup:run')->daily()->at('05:00'); + $schedule->command('cubist:magic:migrate')->yearly(); + if (config('app.env') === 'production') { $schedule->command('job:dispatchNow Maintenance\\\\CheckPublicationsHashAndCid')->dailyAt('3:00'); $schedule->command('job:dispatchNow Maintenance\\\\UpdateComposedAttributes')->dailyAt('5:00'); -- 2.39.5