Merge branch release/21.7.7 of zentao/zentaopms (#12169)

This commit is contained in:
朱金勇
2025-11-04 16:38:31 +08:00
committed by Gitfox
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
ALTER TABLE `zt_demand` CHANGE `version` `version` smallint NOT NULL DEFAULT '1';
+1 -1
View File
@@ -15841,7 +15841,7 @@ CREATE TABLE IF NOT EXISTS `zt_demand` (
`mailto` text NULL,
`duplicateDemand` mediumint(8) NULL,
`childDemands` varchar(255) NOT NULL DEFAULT '',
`version` varchar(255) NOT NULL DEFAULT '',
`version` smallint NOT NULL DEFAULT '1',
`parentVersion` smallint NOT NULL DEFAULT 0,
`vision` varchar(255) NOT NULL DEFAULT 'or',
`color` varchar(255) NOT NULL DEFAULT '',