Skip to content

Delete framework column from project_compliance_framework_settings

Max Woolf requested to merge 335079-remove-framework-column-from-frameworks into master

What does this MR do?

  • Deletes the framework column from project_compliance_framework_settings. It's no longer needed and was ignored in %13.5.

database Review

Migrate

== 20210706120847 RemoveFrameworkColumnFromComplianceManagementFrameworks: migrating
-- remove_column(:project_compliance_framework_settings, :framework, :smallint)
   -> 0.0023s
== 20210706120847 RemoveFrameworkColumnFromComplianceManagementFrameworks: migrated (0.0023s)

Rollback

== 20210706120847 RemoveFrameworkColumnFromComplianceManagementFrameworks: reverting
-- add_column(:project_compliance_framework_settings, :framework, :smallint)
   -> 0.0023s
== 20210706120847 RemoveFrameworkColumnFromComplianceManagementFrameworks: reverted (0.0046s)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #335079 (closed)

Edited by Max Woolf

Merge request reports