Update fix - should not be localisable
authorEileen McNaughton <emcnaughton@wikimedia.org>
Mon, 7 Oct 2019 10:54:05 +0000 (12:54 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2019 10:54:05 +0000 (12:54 +0200)
CRM/Upgrade/Incremental/php/FiveNineteen.php

index 09ca6201ce6769af8fafd846e56ba8d720abf652..a0ff9bf705ef0a7c29c10b0d596a35046ac38186 100644 (file)
@@ -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');
   }
 
   /**