Skip to content

Commit

Permalink
Alter task step message as per comment from Tim
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 authored and totten committed Aug 16, 2017
1 parent e87b39f commit 07683c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FourSeven.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 07683c3

Please sign in to comment.