remove conflicts

This commit is contained in:
2025-12-14 10:54:58 +03:30
parent 47360baeef
commit 309a5d2579
3 changed files with 5 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ class Kernel extends ConsoleKernel
$schedule->command("webservice:roadobserved --daily-mode")
->dailyAt('00:45')->appendOutputTo(storage_path('logs/nikarayan.log'));
$schedule->command("db:backup")
->weekly()->at('03:00')->appendOutputTo(storage_path('logs/mariadb-backup.log'));
// $schedule->command("db:backup")
// ->weekly()->at('03:00')->appendOutputTo(storage_path('logs/mariadb-backup.log'));
$schedule->command('telescope:prune --hours=48')
->dailyAt('04:00')