Skip to content
代码片段 群组 项目
未验证 提交 c59a35f7 编辑于 作者: Omar Qunsul's avatar Omar Qunsul 提交者: GitLab
浏览文件

Merge branch...

Merge branch 'overdue-finalize-background-migration--backfill-approval-merge-request-rule-sources-project-id' into 'master' 

Finalize migration BackfillApprovalMergeRequestRuleSourcesProjectId

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167251



Merged-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Approved-by: default avatarOmar Qunsul <oqunsul@gitlab.com>
Co-authored-by: default avatargdk <gdk@example.com>
No related branches found
No related tags found
无相关合并请求
---
migration_job_name: BackfillApprovalMergeRequestRuleSourcesProjectId
description: Backfills sharding key `approval_merge_request_rule_sources.project_id` from `approval_project_rules`.
description: Backfills sharding key `approval_merge_request_rule_sources.project_id`
from `approval_project_rules`.
feature_category: code_review_workflow
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/151629
milestone: '17.0'
queued_migration_version: 20240501044238
finalized_by: # version of the migration that finalized this BBM
finalized_by: '20241001231957'
# frozen_string_literal: true
class FinalizeBackfillApprovalMergeRequestRuleSourcesProjectId < Gitlab::Database::Migration[2.2]
milestone '17.5'
disable_ddl_transaction!
restrict_gitlab_migration gitlab_schema: :gitlab_main_cell
def up
ensure_batched_background_migration_is_finished(
job_class_name: 'BackfillApprovalMergeRequestRuleSourcesProjectId',
table_name: :approval_merge_request_rule_sources,
column_name: :id,
job_arguments: [:project_id, :approval_project_rules, :project_id, :approval_project_rule_id],
finalize: true
)
end
def down; end
end
d82d6a9807834b8c810bb3fe740817b78bc7a6de6b29972b0c186a687bdb1b90
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册