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

FEAT #15082 TIME 0:05 fix contact migration

parent 2350bf4a
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