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

Merge branch...

Merge branch 'overdue-finalize-background-migration--rerun-epic-dates-to-work-item-dates-sources-sync' into 'master' 

Finalize migration RerunEpicDatesToWorkItemDatesSourcesSync

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



Merged-by: default avatarAlper Akgun <aakgun@gitlab.com>
Approved-by: default avatarAlper Akgun <aakgun@gitlab.com>
Approved-by: default avatarKassio Borges <kborges@gitlab.com>
Reviewed-by: default avatarDmitry Gruzd <dgruzd@gitlab.com>
Co-authored-by: default avatarDmitry Gruzd <dgruzd@gitlab.com>
Co-authored-by: default avatargdk <gdk@example.com>
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
---
migration_job_name: RerunEpicDatesToWorkItemDatesSourcesSync
description: >
We backfilled work_item_dates_sources with epic dates data in 17.1,
but we now need to re-do the migration due to a fix in the syncing mechanism in 17.4.
description: 'We backfilled work_item_dates_sources with epic dates data in 17.1,
but we now need to re-do the migration due to a fix in the syncing mechanism in
17.4.'
feature_category: team_planning
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/162876
milestone: '17.4'
queued_migration_version: 20240816110844
finalized_by: '20250304231739'
# frozen_string_literal: true
class FinalizeHkRerunEpicDatesToWorkItemDatesSourcesSync < Gitlab::Database::Migration[2.2]
milestone '17.10'
disable_ddl_transaction!
restrict_gitlab_migration gitlab_schema: :gitlab_main
def up
ensure_batched_background_migration_is_finished(
job_class_name: 'RerunEpicDatesToWorkItemDatesSourcesSync',
table_name: :epics,
column_name: :id,
job_arguments: [],
finalize: true
)
end
def down; end
end
a564ed03b1aaab641277b56b6f94bc422c20258a082cef24358a477f94e43a28
\ No newline at end of file
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册