Skip to content

Add cop to blacklist specific tables for `add_column_with_default`

Robert Speicher requested to merge rs-add_column_with_default_cops into master

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/31293

See individual commits for specifics, but I thought it best to rename the existing AddColumnWithDefault cop to make it more specific, so that we're not performing both of these disparate checks in the same cop.

Merge request reports