Skip to content

Cleanup back-filling CI queuing tables migration

Marius Bobin requested to merge mb-cleanup-backfill-ci-queueing-tables into master

What does this MR do and why?

Related to #340585 (closed)

It finishes the background migrations enqueued in !80172 (merged)

marius@localhost:gitlab$ bin/rake db:migrate
== 20220225133705 CleanupBackfillCiQueuingTables: migrating ===================
== 20220225133705 CleanupBackfillCiQueuingTables: migrated (0.0254s) ==========

marius@localhost:gitlab$ bin/rake db:rollback
== 20220225133705 CleanupBackfillCiQueuingTables: reverting ===================
== 20220225133705 CleanupBackfillCiQueuingTables: reverted (0.0000s) ==========

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

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.

Edited by Marius Bobin

Merge request reports