Skip to content

Remove old BackfillProjectsWithCoverage migration for CI decomposition

What does this MR do and why?

When we split our database into main and CI there were still some old legacy migrations that would not technically work if the database was decomposed. We want to remove or fix those now so that we can eventually have the database decomposed by default for all installations. Any migrations before 15.X that don't change the schema can be no-oped as we assume that must already have run before upgrading to this point because we require you to upgrade to the last minor release before doing a major upgrade.

This migration was added in !69115 (merged) which was merged in %14.3 so this should be already run before upgrading to 15.X. This migration is being removed because of the use of ActiveRecord::Base.connection querying a CI table and while it could be fixed it's simpler to just remove it.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

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

Closes #342856 (closed)

Merge request reports

Loading