# 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