Skip to content
Snippets Groups Projects
Unverified Commit 390c98f8 authored by Jarka Kadlecova's avatar Jarka Kadlecova Committed by GitLab
Browse files

Merge branch...

Merge branch 'overdue-finalize-background-migration--backfill-boards-epic-user-preferences-group-id' into 'master' 

Finalize migration BackfillBoardsEpicUserPreferencesGroupId

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



Merged-by: Jarka Kadlecova's avatarJarka Košanová <jarka@gitlab.com>
Approved-by: Jarka Kadlecova's avatarJarka Košanová <jarka@gitlab.com>
Reviewed-by: default avatarEthan Urie <eurie@gitlab.com>
Co-authored-by: default avatarKassio Borges <kborges@gitlab.com>
Co-authored-by: default avatargdk <gdk@example.com>
parents 11b4d14e cc824bda
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -5,4 +5,4 @@ feature_category: portfolio_management
introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/153684
milestone: '17.1'
queued_migration_version: 20240521094917
finalized_by: # version of the migration that finalized this BBM
finalized_by: '20241015232221'
# frozen_string_literal: true
class FinalizeBackfillBoardsEpicUserPreferencesGroupId < Gitlab::Database::Migration[2.2]
milestone '17.6'
disable_ddl_transaction!
restrict_gitlab_migration gitlab_schema: :gitlab_main_cell
def up
ensure_batched_background_migration_is_finished(
job_class_name: 'BackfillBoardsEpicUserPreferencesGroupId',
table_name: :boards_epic_user_preferences,
column_name: :id,
job_arguments: [:group_id, :epics, :group_id, :epic_id],
finalize: true
)
end
def down; end
end
63f617491241ac99c8247c6c97f729bdb437761b55fb00c23f57677ed24bf6fc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment