]> _ Git - fluidbook-toolbox.git/commitdiff
wip #7923 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Jan 2026 16:21:30 +0000 (17:21 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 2 Jan 2026 16:21:30 +0000 (17:21 +0100)
app/Console/Kernel.php

index d0e6d215c0613e2a0491ffcf808cd579da478b8a..e2ccd14df6d6ebfca5769d102e84ce605cc2dab6 100644 (file)
@@ -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');