* Handle upgrade SQL and upgrade programs.

This commit is contained in:
tianshujie
2023-04-03 09:57:45 +08:00
parent bf5c829e3d
commit 57d515bd07
3 changed files with 53 additions and 48 deletions
+3
View File
@@ -593,6 +593,9 @@ class upgradeModel extends model
case '18_2':
$this->loadModel('setting')->setSN();
break;
case '18_3':
$this->changeBookToCustomLib();
break;
}
$this->deletePatch();