Commit 63d1d6b2 authored by Kamil Trzciński's avatar Kamil Trzciński

Fix index

parent 3b0cf1da
...@@ -12,6 +12,6 @@ class AddIndexOnCommonForPrometheusMetrics < ActiveRecord::Migration ...@@ -12,6 +12,6 @@ class AddIndexOnCommonForPrometheusMetrics < ActiveRecord::Migration
end end
def down def down
remove_concurrent_index :prometheus_metrics, :project_id remove_concurrent_index :prometheus_metrics, :common
end end
end end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment