We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 398b85a commit ea357e3Copy full SHA for ea357e3
composer.json
@@ -103,5 +103,5 @@
103
},
104
"minimum-stability": "dev",
105
"prefer-stable": true,
106
- "version": "2.12.0"
+ "version": "2.12.1"
107
}
routes/console.php
@@ -19,3 +19,8 @@
19
->timezone(config('app.schedule_timezone'))
20
->sentryMonitor();
21
22
+Schedule::command('db:optimize')->monthly()
23
+ ->withoutOverlapping()
24
+ ->runInBackground()
25
+ ->timezone(config('app.schedule_timezone'))
26
+ ->sentryMonitor();
0 commit comments