fix typo in upgrdae
authoryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 9 Sep 2016 09:29:22 +0000 (14:59 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Fri, 9 Sep 2016 09:29:22 +0000 (14:59 +0530)
CRM/Upgrade/Incremental/sql/4.7.12.mysql.tpl

index 03a617a405b69ae9335e18edd488b4c8e9ca8b30..afc5b4ad3dddc758401a33603582ab793acd14a2 100644 (file)
@@ -1,4 +1,4 @@
 {* file to handle db changes in 4.7.12 during upgrade *}
 
 -- CRM-19271
-ALTER TABLE civicrm_action_schedule CHANGE start_action_condition start_action_conditionx VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Reminder Action';
\ No newline at end of file
+ALTER TABLE civicrm_action_schedule CHANGE start_action_condition start_action_condition VARCHAR(64) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL COMMENT 'Reminder Action';
\ No newline at end of file