From 07683c337a41c1cee2d4d365c8646808554a54d2 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Tue, 15 Aug 2017 08:20:40 +1000 Subject: [PATCH] Alter task step message as per comment from Tim --- CRM/Upgrade/Incremental/php/FourSeven.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/php/FourSeven.php b/CRM/Upgrade/Incremental/php/FourSeven.php index cdfabab9ee5..4a3606fe5bb 100644 --- a/CRM/Upgrade/Incremental/php/FourSeven.php +++ b/CRM/Upgrade/Incremental/php/FourSeven.php @@ -410,7 +410,7 @@ public function upgrade_4_7_23($rev) { * @param string $rev */ public function upgrade_4_7_25($rev) { - $this->addTask('CRM-20927 - Add Generic Column for other data', 'addColumn', + $this->addTask("CRM-20927 - Add column to 'civicrm_menu' for additional metadata", 'addColumn', 'civicrm_menu', 'module_data', "text COMMENT 'All other menu metadata not stored in other fields'"); $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev); }