-- CRM-14056 Added comment for dashboard schema upgrade
authorNileema <nileema@nileema.(none)>
Fri, 10 Jan 2014 07:10:47 +0000 (12:40 +0530)
committerNileema <nileema@nileema.(none)>
Fri, 10 Jan 2014 07:10:47 +0000 (12:40 +0530)
----------------------------------------
* CRM-14056: Multi-lingual 4.4.4 upgrade fails due to dashboard upgrade
  http://issues.civicrm.org/jira/browse/CRM-14056

CRM/Upgrade/Incremental/php/FourFour.php

index d180a8f0645d0de5045d545118b0c14313a3c278..e27bb917e77991d0ecf15f1ba5609e70a667898d 100644 (file)
@@ -250,6 +250,7 @@ WHERE a.id IS NULL;
     // task to process sql
     $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => '4.4.4')), 'task_4_4_x_runSql', $rev);
 
+    // CRM-13892 : add `name` column to dashboard schema
     $query = "
 ALTER TABLE civicrm_dashboard
     ADD name varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL COMMENT 'Internal name of dashlet.' AFTER domain_id ";