Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2022-07-12 00:08:44 +00:00
parent e3a138e3b9
commit 74ecce3c4f
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# frozen_string_literal: true
class CleanupBackfillDraftStatusOnMergeRequests < Gitlab::Database::Migration[2.0]
disable_ddl_transaction!
MIGRATION = 'BackfillDraftStatusOnMergeRequests'
def up
finalize_background_migration(MIGRATION)
end
def down
# no-op
end
end

View File

@ -0,0 +1 @@
80ac782e6e3ee1daec9e18f88a823d7cd43152a36f53c9d50758ba88a5711642