gitlab-org--gitlab-foss/db/post_migrate/20210816183304_schedule_cop...

12 lines
254 B
Ruby

# frozen_string_literal: true
class ScheduleCopyCiBuildsColumnsToSecurityScans2 < ActiveRecord::Migration[6.1]
def up
# no-op: Must have run before %"15.X" as it is not compatible with decomposed CI database
end
def down
# noop
end
end