gitlab-org--gitlab-foss/db/post_migrate/20200114113341_patch_promet...

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