Commit f9273bde authored by Tiger Watson's avatar Tiger Watson

Merge branch 'issue_34841-cleanup_background_migration' into 'master'

Cleanup PopulateTestReportsIssueId background migration jobs

See merge request gitlab-org/gitlab!79633
parents c8633f42 adea69c5
# 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