Merge branch release/21.7.2 of zentao/zentaopms (#9714)

This commit is contained in:
朱金勇
2025-06-20 09:03:51 +08:00
committed by Gitfox
+4 -4
View File
@@ -16179,10 +16179,10 @@ CREATE TABLE IF NOT EXISTS `zt_metriclib` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
`metricCode` varchar(100) NOT NULL DEFAULT '',
`system` tinyint(1) NOT NULL DEFAULT '0',
`program` int(11) NOT NULL DEFAULT '',
`project` int(11) NOT NULL DEFAULT '',
`product` int(11) NOT NULL DEFAULT '',
`execution` int(11) NOT NULL DEFAULT '',
`program` int(11) NOT NULL DEFAULT '0',
`project` int(11) NOT NULL DEFAULT '0',
`product` int(11) NOT NULL DEFAULT '0',
`execution` int(11) NOT NULL DEFAULT '0',
`code` char(30) NOT NULL DEFAULT '',
`pipeline` char(30) NOT NULL DEFAULT '',
`repo` char(30) NOT NULL DEFAULT '',