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
DOWNTIME = false
disable_ddl_transaction!
def change
change_column_null :prometheus_metrics, :project_id, true
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