summaryrefslogtreecommitdiff
path: root/db/post_migrate/20210713075117_re_schedule_latest_pipeline_id_population_with_logging.rb
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