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

13 lines
306 B
Ruby

# frozen_string_literal: true
class ReScheduleLatestPipelineIdPopulationWithLogging < ActiveRecord::Migration[6.1]
def up
# no-op: The content of the migration has been moved to
# `ReScheduleLatestPipelineIdPopulationWithAllSecurityRelatedArtifactTypes`.
end
def down
# no-op
end
end