Skip to content
Snippets Groups Projects
Unverified Commit 59af4c91 authored by Seamus Lee's avatar Seamus Lee Committed by GitHub
Browse files

Merge pull request #18070 from seamuslee001/dev_core_1927

dev/core#1927 Ensure that the contents of the database table are fixe…
parents 534c8f4a a362acbd
Branches
Tags
No related merge requests found
......@@ -87,8 +87,8 @@ class CRM_Upgrade_Incremental_php_FiveTwentyEight extends CRM_Upgrade_Incrementa
* @param string $rev
*/
public function upgrade_5_28_alpha1($rev) {
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Populate missing Contact Type name fields', 'populateMissingContactTypeName');
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Add icon column to civicrm_custom_group', 'addColumn',
'civicrm_custom_group', 'icon', "varchar(255) COMMENT 'crm-i icon class' DEFAULT NULL");
$this->addTask('Remove index on medium_id from civicrm_activity', 'dropIndex', 'civicrm_activity', 'index_medium_id');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment