Skip to content

Disable broken migration referenced FK ci_job_artifacts

Max Orefice requested to merge revert-06c9c8e4 into master

Ref: #435801 (closed)

What does this MR do and why?

This MR disables broken migrations introduced in !140960 (merged) as the FKs being validated do not exist for self-managed yet.

We first need to create those FK for self-managed before validating them.

We did not noticed this broken job as it is allowed to fail.

https://docs.gitlab.com/ee/development/database/deleting_migrations.html#pre-requisites-to-disable-a-migration

Edited by Max Orefice

Merge request reports