Commit 06d3018f authored by Grzegorz Bizon's avatar Grzegorz Bizon

Add a line before conditional in encrypt columns class

parent 6b4926f2
......@@ -78,6 +78,7 @@ module Gitlab
if instance.changed?
instance.save!
if clear_migrated_values?
instance.update_columns(to_clear)
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