From 7f0e4e13f8fa94ef6d957abc8bbce8969bc8a7f6 Mon Sep 17 00:00:00 2001 From: z Date: Tue, 24 Nov 2020 10:17:24 +0800 Subject: [PATCH] * adjust for upgrade. --- module/upgrade/model.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/module/upgrade/model.php b/module/upgrade/model.php index 12cd436d86..757d06878a 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -632,6 +632,16 @@ class upgradeModel extends model $this->setWork2Full(); $this->initUserView(); $this->appendExec('20_0_alpha'); + case '20_0_alpha1': + $this->saveLogs('Execute 20_0_alpha1'); + + if(strpos($fromVersion, '20') !== 0) + { + $this->execSQL($this->getUpgradeFile('12.4.4')); + $this->adjustPriv12_5(); + } + + $this->appendExec('20_0_alpha1'); } $this->deletePatch();