debian-mirror-gitlab/db/post_migrate/20210602164044_schedule_latest_pipeline_id_population.rb
2021-09-30 23:02:18 +05:30

14 lines
384 B
Ruby

# frozen_string_literal: true
class ScheduleLatestPipelineIdPopulation < ActiveRecord::Migration[6.1]
def up
# no-op: This migration has been marked as no-op and replaced by
# `ReScheduleLatestPipelineIdPopulation` as we've found some problems.
# For more information: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/65280
end
def down
# no-op
end
end