debian-mirror-gitlab/db/post_migrate/20210706142819_re_schedule_latest_pipeline_id_population.rb
2021-10-27 15:23:28 +05:30

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