3YOURMIND / django-migration-linter

:rocket: Detect backward incompatible migrations for your django project
https://pypi.python.org/pypi/django-migration-linter/
Apache License 2.0
524 stars 57 forks source link

Don't consider partial index creation as making a column not nullable. #258

Closed David-Wobrock closed 1 year ago

David-Wobrock commented 1 year ago

Fixes #250

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (366d16b) 93.94% compared to head (02cabab) 93.95%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #258 +/- ## ======================================= Coverage 93.94% 93.95% ======================================= Files 77 77 Lines 1966 1969 +3 ======================================= + Hits 1847 1850 +3 Misses 119 119 ``` | [Impacted Files](https://app.codecov.io/gh/3YOURMIND/django-migration-linter/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None) | Coverage Δ | | |---|---|---| | [django\_migration\_linter/sql\_analyser/base.py](https://app.codecov.io/gh/3YOURMIND/django-migration-linter/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-ZGphbmdvX21pZ3JhdGlvbl9saW50ZXIvc3FsX2FuYWx5c2VyL2Jhc2UucHk=) | `100.00% <ø> (ø)` | | | [tests/unit/test\_sql\_analyser.py](https://app.codecov.io/gh/3YOURMIND/django-migration-linter/pull/258?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=None#diff-dGVzdHMvdW5pdC90ZXN0X3NxbF9hbmFseXNlci5weQ==) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.