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

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

class PatchPrometheusServicesForSharedClusterApplications < ActiveRecord::Migration[5.2]
  def up
    # no-op
  end

  def down
    # no-op
  end
end