Fix enum column validation and migration data types
Remove numbered emoji and add no-emoji policy to CLAUDE.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -87,12 +87,12 @@ class Migrate_Commit_Command extends Command
|
||||
try {
|
||||
// Step 1: Remove backup directory
|
||||
if (is_dir($this->backup_dir)) {
|
||||
$this->info('1️⃣ Removing backup snapshot...');
|
||||
$this->info('[1] Removing backup snapshot...');
|
||||
$this->run_command(['rm', '-rf', $this->backup_dir]);
|
||||
}
|
||||
|
||||
// Step 2: Remove migration flag
|
||||
$this->info('2️⃣ Removing migration flag...');
|
||||
$this->info('[2] Removing migration flag...');
|
||||
unlink($this->flag_file);
|
||||
|
||||
// Success
|
||||
|
||||
Reference in New Issue
Block a user