Skip to content
Snippets Groups Projects
Commit 2f539081 authored by Dave Greenberg's avatar Dave Greenberg
Browse files

CRM-12351 Add .tpl for 4.3.1 upgrade and query to populate...

CRM-12351 Add .tpl for 4.3.1 upgrade and query to populate civicrm_dedupe_rule_group.title column if NULL.

----------------------------------------
* CRM-12351:
  http://issues.civicrm.org/jira/browse/CRM-12351
parent 270903e5
No related branches found
No related tags found
No related merge requests found
-- CRM-12351
UPDATE civicrm_dedupe_rule_group SET title = name WHERE title IS NULL;
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment