From: Dave Greenberg Date: Mon, 15 Apr 2013 16:18:15 +0000 (-0700) Subject: CRM-12351 Add .tpl for 4.3.1 upgrade and query to populate civicrm_dedupe_rule_group... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2f5390817eb7e7252b14db5ffd64ba7d12d881ed;p=civicrm-core.git 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 --- diff --git a/CRM/Upgrade/Incremental/sql/4.3.1.mysql.tpl b/CRM/Upgrade/Incremental/sql/4.3.1.mysql.tpl new file mode 100644 index 0000000000..465c39dcf7 --- /dev/null +++ b/CRM/Upgrade/Incremental/sql/4.3.1.mysql.tpl @@ -0,0 +1,2 @@ +-- CRM-12351 +UPDATE civicrm_dedupe_rule_group SET title = name WHERE title IS NULL; \ No newline at end of file