summaryrefslogtreecommitdiff
path: root/db/post_migrate/20200114113341_patch_prometheus_services_for_shared_cluster_applications.rb
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