Commit c3537737 authored by Kamil Trzciński's avatar Kamil Trzciński

Fix project_id migration

parent bafe3a6d
...@@ -5,8 +5,6 @@ class ChangeProjectIdForPrometheusMetrics < ActiveRecord::Migration ...@@ -5,8 +5,6 @@ class ChangeProjectIdForPrometheusMetrics < ActiveRecord::Migration
DOWNTIME = false DOWNTIME = false
disable_ddl_transaction!
def change def change
change_column_null :prometheus_metrics, :project_id, true change_column_null :prometheus_metrics, :project_id, true
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