debian-mirror-gitlab/db/post_migrate/20200114113341_patch_prometheus_services_for_shared_cluster_applications.rb

12 lines
181 B
Ruby
Raw Normal View History

2020-03-13 15:44:24 +05:30
# frozen_string_literal: true
class PatchPrometheusServicesForSharedClusterApplications < ActiveRecord::Migration[5.2]
def up
# no-op
end
def down
# no-op
end
end