* @param string $rev
*/
public function upgrade_5_18_alpha1($rev) {
- $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
+ // Not used // $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
$this->addTask('Update smart groups to reflect change of unique name for is_override', 'updateSmartGroups', [
'renameField' => [
['old' => 'is_override', 'new' => 'member_is_override'],
* @param string $rev
*/
public function upgrade_5_11_alpha1($rev) {
- $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
+ // Not used // $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
$this->addTask('Update smart groups where jcalendar fields have been converted to datepicker', 'updateSmartGroups', [
'datepickerConversion' => [
'grant_application_received_date',
* @param string $rev
*/
public function upgrade_5_11_beta1($rev) {
+ // Not used // $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
if (Civi::settings()->get('civimail_multiple_bulk_emails')) {
$this->addTask('Update any on hold groups to reflect field change', 'updateOnHold', $rev);
}
* @param string $rev
*/
public function upgrade_5_14_alpha1($rev) {
- $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
+ // Not used // $this->addTask(ts('Upgrade DB to %1: SQL', array(1 => $rev)), 'runSql', $rev);
// Additional tasks here...
// Note: do not use ts() in the addTask description because it adds unnecessary strings to transifex.
// The above is an exception because 'Upgrade DB to %1: SQL' is generic & reusable.
* @param string $rev
*/
public function upgrade_5_19_alpha1($rev) {
- $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
+ // Not used // $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'", FALSE, '5.19.0');
* @param string $rev
*/
public function upgrade_5_17_1($rev) {
+ // Not used // $this->addTask(ts('Upgrade DB to %1: SQL', [1 => $rev]), 'runSql', $rev);
// Need to do this again because the alpha1 version had a typo and so didn't do anything.
$this->addTask(ts('Add pptx to accepted attachment file types'), 'updateFileTypes');
}
+++ /dev/null
-{* file to handle db changes in 5.10.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.11.0 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.11.alpha1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.11.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.12.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.13.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.14.alpha1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.15.0 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.15.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.16.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.17.1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.17.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.18.0 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.18.alpha1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.18.beta1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.19.alpha1 during upgrade *}
+++ /dev/null
-{* file to handle db changes in 5.19.beta1 during upgrade *}