Skip to content

Add cop to Forbid change_column_null to run in migrations

What does this MR do?

According to our documentation we should change column constraints (NULL/NOT NULL) in post migrations.

In this MR we adapt (and rename) the existing cop RemoveColumn to forbid change_column_null from being called in migrations.

Conformity

Merge request reports