From: Seamus Lee Date: Thu, 8 Oct 2020 02:20:23 +0000 (+1100) Subject: [REF] Move recently added upgrade steps from 5.31.0 to 5.31.alpha1 step X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=44943fb363601f20c1b5088c8e94a77284a0aa1f;p=civicrm-core.git [REF] Move recently added upgrade steps from 5.31.0 to 5.31.alpha1 step --- diff --git a/CRM/Upgrade/Incremental/php/FiveThirtyOne.php b/CRM/Upgrade/Incremental/php/FiveThirtyOne.php index 9b5a859dc0..105161699a 100644 --- a/CRM/Upgrade/Incremental/php/FiveThirtyOne.php +++ b/CRM/Upgrade/Incremental/php/FiveThirtyOne.php @@ -65,15 +65,6 @@ class CRM_Upgrade_Incremental_php_FiveThirtyOne extends CRM_Upgrade_Incremental_ $this->addTask('Remove Eway Single Currency Payment Processor type if not used or install the new extension for it', 'enableEwaySingleExtension'); $this->addTask('dev/core#1486 Remove FKs from ACL Cache tables', 'removeFKsFromACLCacheTables'); $this->addTask('Activate core extension "Greenwich"', 'installGreenwich'); - } - - /** - * Upgrade function. - * - * @param string $rev - */ - public function upgrade_5_31_0($rev) { - $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev); $this->addTask('Add is_non_case_email_skipped column to civicrm_mail_settings', 'addColumn', 'civicrm_mail_settings', 'is_non_case_email_skipped', "TINYINT DEFAULT 0 NOT NULL COMMENT 'Skip emails which do not have a Case ID or Case hash'"); $this->addTask('Add is_contact_creation_disabled_if_no_match column to civicrm_mail_settings', 'addColumn',