Remove migrate:begin/commit/rollback references, unify to migrate command
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -78,7 +78,7 @@ class Maint_Migrate extends Command
|
||||
$this->info(' Development mode: Using automatic snapshot protection');
|
||||
$this->info('');
|
||||
|
||||
// Step 1: Create snapshot (migrate:begin logic)
|
||||
// Step 1: Create snapshot
|
||||
$this->info('[1/4] Creating database snapshot...');
|
||||
if (!$this->create_snapshot()) {
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user