Remove --production flag hint from development mode migration errors
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -70,11 +70,6 @@ class Maint_Migrate extends Command
|
||||
$this->info('');
|
||||
$this->line('To begin a migration session:');
|
||||
$this->line(' php artisan migrate:begin');
|
||||
$this->info('');
|
||||
$this->line('Or to run without snapshot (not recommended):');
|
||||
$this->line(' php artisan migrate --production');
|
||||
$this->warn('');
|
||||
$this->warn('⚠️ The --production flag skips safety checks and should be used carefully!');
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user