Skip to content
Snippets Groups Projects
Commit 8d4443c3 authored by Guillaume Heurtier's avatar Guillaume Heurtier
Browse files

FIX #15082 TIME 0:20 fix contact migration

parent 1aaae4cb
No related branches found
No related tags found
No related merge requests found
......@@ -393,7 +393,7 @@ foreach ($customs as $custom) {
// Res attach
$query = "update res_attachments as ra set
recipient_id = tmp.old_address_id, recipient_type = 'contact'
recipient_id = tmp.new_id, recipient_type = 'contact'
from (values
$valuesOld
) as tmp(new_id, old_address_id, old_contact_id)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment