Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CiviCRM Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
CiviCRM Core
Commits
44943fb3
Commit
44943fb3
authored
4 years ago
by
Seamus Lee
Browse files
Options
Downloads
Patches
Plain Diff
[REF] Move recently added upgrade steps from 5.31.0 to 5.31.alpha1 step
parent
2f0fd07c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CRM/Upgrade/Incremental/php/FiveThirtyOne.php
+0
-9
0 additions, 9 deletions
CRM/Upgrade/Incremental/php/FiveThirtyOne.php
with
0 additions
and
9 deletions
CRM/Upgrade/Incremental/php/FiveThirtyOne.php
+
0
−
9
View file @
44943fb3
...
...
@@ -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'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment