Remove null constraint from security_scan_succeeded column

What does this MR do and why?

This MR removes the null constraint on the 'security_scan_succeeded' column from the 'analytics_devops_adoption_snapshots' table. This is the first step in removing this column as described in #336394 (closed).

For database review

== 20220222191845 RemoveNotNullConstraintForSecurityScanSucceeded: migrating ==
-- change_column_null(:analytics_devops_adoption_snapshots, :security_scan_succeeded, true)
   -> 0.0028s
== 20220222191845 RemoveNotNullConstraintForSecurityScanSucceeded: migrated (0.0028s) 

== 20220222191845 RemoveNotNullConstraintForSecurityScanSucceeded: reverting ==
== 20220222191845 RemoveNotNullConstraintForSecurityScanSucceeded: reverted (0.0000s)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Steven Van der Jeugt

Merge request reports

Loading