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

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

class RebalancePartitionIdCiPipeline < Gitlab::Database::Migration[2.1]
  def up
    # no-op
  end

  def down
    # no-op
  end
end