Make data migration more merciful

pull/335/head
Eugen Rochko 8 years ago
parent 8cfcc52876
commit 165498f110

@ -7,7 +7,7 @@ class AddInReplyToAccountIdToStatuses < ActiveRecord::Migration[5.0]
next if status.thread.nil? next if status.thread.nil?
status.in_reply_to_account_id = status.thread.account_id status.in_reply_to_account_id = status.thread.account_id
status.save! status.save(validate: false)
end end
end end
end end

Loading…
Cancel
Save