debian-mirror-gitlab/db/post_migrate/20210706142819_re_schedule_latest_pipeline_id_population.rb

10 lines
371 B
Ruby
Raw Normal View History

2021-09-30 23:02:18 +05:30
# frozen_string_literal: true
class ReScheduleLatestPipelineIdPopulation < ActiveRecord::Migration[6.1]
2021-10-27 15:23:28 +05:30
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
2021-09-30 23:02:18 +05:30
end
end