From 89d9b38e7d5510af66a1223ae54306dba4491747 Mon Sep 17 00:00:00 2001 From: hujunqing Date: Fri, 5 Dec 2025 09:04:30 +0000 Subject: [PATCH] Fixed SQL error. --- db/zentao.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zentao.sql b/db/zentao.sql index ca9f1f5adf..1991876a05 100755 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -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;