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:
root
2026-01-28 22:03:06 +00:00
parent 2ff2609971
commit 63816a7993
8 changed files with 59 additions and 58 deletions

View File

@@ -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',