Skip to content

Revert "Merge branch '476672-sec-train-prov' into 'master'"

Gregory Havenga requested to merge revert-7034be92 into master

What does this MR do and why?

The linked merge request reintroduced a mistakenly removed foreign key to the security_trainings table but did not set validation to false. We are guessing that some LooseForeignKey deletion events were unprocessed at time of execution, making it's reintroduction fail during validation.

This MR reverts the migration so that we can follow the LFK introduction process advised in https://docs.gitlab.com/ee/development/database/add_foreign_key_to_existing_column.html

Revert "Merge branch '476672-sec-train-prov' into 'master'"

This reverts merge request !162258 (merged)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Purpose of revert

Checklist

Milestone info

  • I am reverting something in the current milestone. No changelog is needed, and I've added a ~"regression:*" label.
  • I am reverting something in a different milestone. A changelog is needed, and I've removed the ~"regression:*" label.

Related issues and merge requests

Edited by Gregory Havenga

Merge request reports

Loading