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

4.x - Switch to using Phinx's feature flag defaults. #624

Merged
merged 1 commit into from
Aug 20, 2023

Conversation

ndm2
Copy link
Contributor

@ndm2 ndm2 commented Aug 19, 2023

The basic gist of the test changes is that the defaults adhere to Phinx's new defaults, given that this is what users will be confronted with out of the box, meaning using unsigned primary keys by default. Additional, "simpler" tests cover the rest of the feature-flag + significance permutations.

There are no changes for the null column feature flag in this PR. I'd push that separately once it's ready, so that reviewing doesn't become more complicated than it needs to be.

Copy link
Contributor

@LordSimal LordSimal left a comment

Choose a reason for hiding this comment

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

I very much like and appreciate the test cleanup 👍🏻
Using Phinx's default looks good to me. Don't really have anything to add to that.

@dereuromark dereuromark merged commit 0809b43 into 4.x Aug 20, 2023
10 checks passed
@dereuromark dereuromark deleted the 4.x-phinx-feature-flag-defaults branch August 20, 2023 13:06
@dereuromark
Copy link
Member

We will just have to make sure to document this so people dont trip over the changes.

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.

None yet

3 participants