* Add the upgrade program of max.

This commit is contained in:
hufangzhou
2022-05-19 13:07:30 +08:00
parent 8e0d809caa
commit c1186efeda
+3
View File
@@ -655,6 +655,9 @@ class upgradeModel extends model
case 'max2_2':
$this->addDefaultKanbanPri();
break;
case 'max3_0':
$this->moveResult2Node();
break;
}
}