Fix index
This commit is contained in:
parent
3b0cf1daff
commit
63d1d6b269
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue