Skip to content
Snippets Groups Projects
Commit 6cd12dca authored by monishdeb's avatar monishdeb
Browse files

CRM-12928 fixes

----------------------------------------
* CRM-12928: Merge contacts fatal error: Unknown column 'source_contact_id' in 'where clause (related to activity restructure)
  http://issues.civicrm.org/jira/browse/CRM-12928
parent 38fe30e2
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ class CRM_Dedupe_Merger {
// foreign keys referencing civicrm_contact(id)
$cidRefs = array(
'civicrm_acl_cache' => array('contact_id'),
'civicrm_activity' => array('source_contact_id'),
'civicrm_activity' => array('source_record_id'),
'civicrm_activity_contact' => array('contact_id'),
'civicrm_case_contact' => array('contact_id'),
'civicrm_contact' => array('primary_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