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

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

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

  def down
    # no-op
  end
end