-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
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. |
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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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
There was a problem hiding this comment.
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.
Co-authored-by: Sergei Predvoditelev <[email protected]>
Related PR