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
$this->error('Optimization is only available for SQLite databases.');
36
39
37
40
return;
38
41
}
39
42
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.');
43
+
$this->components->info('The following settings will be applied to your SQLite database:');
$this->components->info('While [Runtime] settings are applied automatically, [Migration] settings will only be applied after running [php artisan migrate].');
0 commit comments