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:
@@ -137,14 +137,12 @@ class _Manifest_Database_Helper
|
||||
// Commands that should skip code quality checks
|
||||
$migration_commands = [
|
||||
'migrate',
|
||||
'migrate:begin',
|
||||
'migrate:commit',
|
||||
'migrate:fresh',
|
||||
'migrate:install',
|
||||
'migrate:refresh',
|
||||
'migrate:reset',
|
||||
'migrate:rollback',
|
||||
'migrate:status',
|
||||
'migrate:normalize_schema',
|
||||
'make:migration',
|
||||
'make:migration:safe',
|
||||
'db:seed',
|
||||
|
||||
Reference in New Issue
Block a user