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

Merge pull request #15416 from civicrm/eileenmcnaughton-patch-1

Update fix - should not be localisable
parents 622c8dfa bb766d8e
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ class CRM_Upgrade_Incremental_php_FiveNineteen extends CRM_Upgrade_Incremental_B
$this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Add api4 menu', 'api4Menu');
$this->addTask('Add is_active field to civicrm_status_pref', 'addColumn', 'civicrm_status_pref', 'is_active',
"tinyint(4) DEFAULT '1' COMMENT 'Is this status check active'", TRUE, '5.19.0');
"tinyint(4) DEFAULT '1' COMMENT 'Is this status check active'", FALSE, '5.19.0');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment