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

20230316114426_swap_ci_runner_machine_builds_primary_key.rb « post_migrate « db - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ea23edf8eb5646671e1a0ca4977c2d5c26efdf8b (plain)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class SwapCiRunnerMachineBuildsPrimaryKey < Gitlab::Database::Migration[2.1]
  def up
    # no-op. See https://gitlab.com/gitlab-com/gl-infra/production/-/issues/8588 for details
  end

  def down
    # no-op. See https://gitlab.com/gitlab-com/gl-infra/production/-/issues/8588 for details
  end
end