# 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