Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make builtin the default migrations backend #738

Merged
merged 1 commit into from
Aug 21, 2024
Merged

Conversation

markstory
Copy link
Member

The 4.3 branch has been out for a few months and there haven't been any showstopping bugs reported yet. Changing the default backend to builtin and retaining the phinx backend as an escape hatch until a fix can be released seems like a decent compromise on moving forwards and retaining compatibility.

The 4.3 branch has been out for a few months and there haven't been any
showstopping bugs reported yet. Changing the default backend to builtin
and retaining the phinx backend as an escape hatch until a fix can be
released seems like a decent compromise on moving forwards and retaining
compatibility.
@markstory markstory added this to the 4.x (CakePHP 5) milestone Aug 19, 2024
@@ -80,6 +80,7 @@ public function buildOptionParser(ConsoleOptionParser $parser): ConsoleOptionPar
'help' => "Mark any migrations selected as run, but don't actually execute them",
'boolean' => true,
])->addOption('dry-run', [
'short' => 'x',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this change intentional?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. I missed this short alias and the tests for CompletionShell integration identified the regression.

@markstory markstory merged commit 6047ee0 into 4.next Aug 21, 2024
16 checks passed
@markstory markstory deleted the builtin-default branch August 21, 2024 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants