Commit 1f1ef460 authored by Shinya Maeda's avatar Shinya Maeda

Decouple optimization for erasing trace

parent 7b068773
...@@ -385,7 +385,7 @@ module Ci ...@@ -385,7 +385,7 @@ module Ci
end end
def erase_old_trace! def erase_old_trace!
update_column(:trace, nil) if old_trace update_column(:trace, nil)
end end
def needs_touch? def needs_touch?
......
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