Merge branch release/21.7.8 of zentao/zentaopms (#13204)

This commit is contained in:
刘刚
2026-01-08 10:13:12 +08:00
committed by Gitfox
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2721,7 +2721,7 @@ CREATE TABLE `zt_project` (
`milestone` tinyint unsigned NOT NULL DEFAULT 0,
`output` text DEFAULT NULL,
`auth` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT 'story',
`parent` int unsigned NOT NULL DEFAULT 0,
`path` varchar(255) NOT NULL DEFAULT '',
`grade` tinyint unsigned NOT NULL DEFAULT 0,
+1 -1
View File
@@ -1530,7 +1530,7 @@ CREATE TABLE IF NOT EXISTS `zt_project` (
`milestone` tinyint unsigned NOT NULL DEFAULT 0,
`output` text DEFAULT NULL,
`auth` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT '',
`storyType` varchar(30) NOT NULL DEFAULT 'story',
`parent` int unsigned NOT NULL DEFAULT 0,
`path` varchar(255) NOT NULL DEFAULT '',
`grade` tinyint unsigned NOT NULL DEFAULT 0,