You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/Commands/DbOptimizeCommand.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ public function handle(): void
37
37
return;
38
38
}
39
39
40
-
$this->info('Database optimization migration published successfully. You may run `php artisan migrate` to apply the migration.');
40
+
$this->components->warn('Please validate the migration before running it in production. It may contain settings that are not compatible with your application.');
41
+
$this->components->info('Once validated, you may run `php artisan migrate` to apply the migration.');
0 commit comments