* [sql] add install sql.

This commit is contained in:
sunguangming
2024-07-30 13:15:12 +08:00
committed by 王怡栋
parent fd0ae9d0f5
commit b076b9172f
+1
View File
@@ -1613,6 +1613,7 @@ CREATE TABLE IF NOT EXISTS `zt_release` (
`name` varchar(255) NOT NULL default '',
`marker` enum('0','1') NOT NULL default '0',
`date` date NULL,
`releasedDate` date NULL,
`stories` text NULL,
`bugs` text NULL,
`leftBugs` text NULL,