Decouple optimization for erasing trace

This commit is contained in:
Shinya Maeda 2018-07-04 13:30:45 +09:00
parent 7b06877330
commit 1f1ef460ca
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ module Ci
end
def erase_old_trace!
update_column(:trace, nil) if old_trace
update_column(:trace, nil)
end
def needs_touch?