debian-mirror-gitlab/db/post_migrate/20200114113341_patch_prometheus_services_for_shared_cluster_applications.rb
2020-03-13 15:44:24 +05:30

12 lines
181 B
Ruby

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