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
530 stars 58 forks source link

Option to fallback to empty SQL in case of sqlmigrate fail #274

Closed kekekekule closed 8 months ago

kekekekule commented 1 year ago

I believe muting only one operation is better than ignoring a whole migration.

This issue is related to #209, where the breaking change was added.