Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20210706142819_re_schedule_latest_pipeline_id_population.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 255b64f9bc7466aa610cca173a3a10408b893a76 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

class ReScheduleLatestPipelineIdPopulation < ActiveRecord::Migration[6.1]
  def change
    # no-op: This migration has been marked as no-op and replaced by
    # `ReScheduleLatestPipelineIdPopulationWithLogging` as we've found some problems.
    # For more information: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66050
  end
end