From 44943fb363601f20c1b5088c8e94a77284a0aa1f Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 8 Oct 2020 13:20:23 +1100 Subject: [PATCH] [REF] Move recently added upgrade steps from 5.31.0 to 5.31.alpha1 step --- CRM/Upgrade/Incremental/php/FiveThirtyOne.php | 9 --------- 1 file changed, 9 deletions(-) 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', -- 2.25.1