Commit 93f9815e authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab master

parents 316d271b f9273bde
# 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