Welcome to mirror list, hosted at ThFree Co, Russian Federation.

20210816183304_schedule_copy_ci_builds_columns_to_security_scans2.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 074ba97da657171b20f3477e92b3e035f69292b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
# 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