Remove summary id column too
This commit is contained in:
@@ -5,7 +5,7 @@ require_relative "../config/environment"
|
||||
ApplicationRecord.with_each_tenant do |tenant|
|
||||
Card.find_each do |card|
|
||||
card.events.find_each do |event|
|
||||
Card::Eventable::SystemCommenter.new(card, event).comment
|
||||
Card::Eventable::SystemCommenter.new(card.reload, event).comment
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user