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

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

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

  def down
    # no-op
  end
end