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

20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 457e7826f38d359d6fd04bbd2d821d838ae35060 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# frozen_string_literal: true

class ReScheduleLatestPipelineIdPopulationWithLogging < ActiveRecord::Migration[6.1]
  def up
    # no-op: The content of the migration has been moved to
    # `ReScheduleLatestPipelineIdPopulationWithAllSecurityRelatedArtifactTypes`.
  end

  def down
    # no-op
  end
end