Commit adea69c5 authored by Felipe Artur's avatar Felipe Artur

Cleanup PopulateTestReportsIssueId background migration jobs

PopulateTestReportsIssueId ran successfully in production.
This cleanups tracking jobs and reschedules any that can be
pending on self managed.

Changelog: other
parent 8888908f
# frozen_string_literal: true
class CleanupBackgroundMigrationPopulateTestReportsIssueId < Gitlab::Database::Migration[1.0]
disable_ddl_transaction!
MIGRATION = 'PopulateTestReportsIssueId'
def up
finalize_background_migration(MIGRATION)
end
def down
# no-op
end
end
9eb0c4609fbec79370215d05a9a1faf4208b9dcc2bfeb861feeb7c9f354489ab
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment