Skip to content

Commit 5bc18b7

Browse files
committed
chore: changes output
1 parent 1603ac2 commit 5bc18b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Commands/DbOptimizeCommand.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public function handle(): void
3737
return;
3838
}
3939

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.');
4142
}
4243
}

0 commit comments

Comments
 (0)