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

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

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

  def down
    # no-op
  end
end