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

This commit is contained in:
刘刚
2025-12-05 17:32:30 +08:00
committed by Gitfox
+1 -1
View File
@@ -15632,7 +15632,7 @@ CREATE TABLE IF NOT EXISTS `zt_pivotspec` (
`vars` text DEFAULT NULL,
`objects` text DEFAULT NULL,
`settings` text DEFAULT NULL,
`filters` text DEFAULT NULL
`filters` text DEFAULT NULL,
`createdDate` datetime DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB;