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

Use new column builder #279

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Conversation

Tigrov
Copy link
Member

@Tigrov Tigrov commented Dec 1, 2024

Related PR

Q A
Is bugfix?
New feature? ✔️
Breaks BC? ✔️
Fixed issues

Copy link

codecov bot commented Dec 1, 2024

Codecov Report

Attention: Patch coverage is 36.66667% with 38 lines in your changes missing coverage. Please review.

Project coverage is 96.08%. Comparing base (b3e6fcd) to head (588745d).

Files with missing lines Patch % Lines
src/AbstractMigrationBuilder.php 17.39% 38 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #279      +/-   ##
============================================
- Coverage     99.71%   96.08%   -3.64%     
+ Complexity      316      313       -3     
============================================
  Files            21       21              
  Lines          1058     1047      -11     
============================================
- Hits           1055     1006      -49     
- Misses            3       41      +38     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

src/Migrator.php Show resolved Hide resolved
CHANGELOG.md Outdated
@@ -4,6 +4,7 @@

- Enh #274: Refactor for compatibility with `yiisoft/db` package (@Tigrov)
- Bug #277: Fix when there is a namespace but the directory does not exist (@Tigrov)
- Enh #279: Use `ColumnBuilder` class to create table column definitions (@Tigrov)
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
- Enh #279: Use `ColumnBuilder` class to create table column definitions (@Tigrov)
- Chg #279: Use `ColumnBuilder` class to create table column definitions (@Tigrov)

Seems, this is BC-break changes

Copy link
Member Author

@Tigrov Tigrov Dec 14, 2024

Choose a reason for hiding this comment

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

Seems, this is BC-break changes

Yes, changes of AbstractMigrationBuilder make the BC.

@Tigrov Tigrov requested a review from vjik December 14, 2024 06:31
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.

4 participants