Skip to content

Commit

Permalink
Merge pull request #15416 from civicrm/eileenmcnaughton-patch-1
Browse files Browse the repository at this point in the history
Update fix - should not be localisable
  • Loading branch information
seamuslee001 authored Oct 7, 2019
2 parents 622c8df + bb766d8 commit 0558b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Upgrade/Incremental/php/FiveNineteen.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function upgrade_5_19_alpha1($rev) {
$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');
}

/**
Expand Down

0 comments on commit 0558b36

Please sign in to comment.