gitlab-org--gitlab-foss/db/post_migrate/20210706142819_re_schedule_...

10 lines
371 B
Ruby

# 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