Upgrade failure fix
authorSudha Bisht <sudha.bisht@webaccessglobal.com>
Wed, 5 Aug 2015 10:47:24 +0000 (16:17 +0530)
committerSudha Bisht <sudha.bisht@webaccessglobal.com>
Wed, 5 Aug 2015 10:47:24 +0000 (16:17 +0530)
CRM/Upgrade/Incremental/sql/4.7.alpha1.mysql.tpl

index 917cec748cbc1d2a12f50bc0aca4e807c2eb03a5..f584166bd54f6bdc1620ac096ef0f67a002a60b1 100644 (file)
@@ -45,9 +45,10 @@ UPDATE civicrm_country SET `name` = UPPER( `name` );
 UPDATE civicrm_state_province SET name = 'Northern Ostrobothnia' WHERE name = 'Nothern Ostrobothnia';
 
 -- CRM-14078
-UPDATE civicrm_option_group SET title = '{ts escape="sql"}Payment Methods{/ts}' WHERE name = 'payment_instrument';
+UPDATE civicrm_option_group SET {localize field="title"}title = '{ts escape="sql"}Payment Methods{/ts}'{/localize} WHERE name = 'payment_instrument';
 UPDATE civicrm_navigation SET label = '{ts escape="sql"}Payment Methods{/ts}' WHERE name = 'Payment Instruments';
 
+-- CRM-16176
 {if $multilingual}
   {foreach from=$locales item=locale}
      ALTER TABLE civicrm_relationship_type ADD label_a_b_{$locale} varchar(64);