Fix index

This commit is contained in:
Kamil Trzciński 2018-09-04 12:01:15 +02:00
parent 3b0cf1daff
commit 63d1d6b269

View file

@ -12,6 +12,6 @@ class AddIndexOnCommonForPrometheusMetrics < ActiveRecord::Migration
end
def down
remove_concurrent_index :prometheus_metrics, :project_id
remove_concurrent_index :prometheus_metrics, :common
end
end