From 5ce8486f678ff4cd013f45ac2adeb7a67a7e9c34 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 13 Feb 2025 01:58:25 +0000 Subject: [PATCH] * [misc] add db field. --- db/update22.0.sql | 1 + db/zentao.sql | 1 + 2 files changed, 2 insertions(+) diff --git a/db/update22.0.sql b/db/update22.0.sql index f6dab04c4c..4aab61b80f 100644 --- a/db/update22.0.sql +++ b/db/update22.0.sql @@ -26,6 +26,7 @@ CREATE TABLE `zt_rulequeue` ( `rule` int(8) NOT NULL, `actions` longtext DEFAULT NULL, `status` char(30) NOT NULL DEFAULT 'wait', + `log` text DEFAULT NULL, `triggeredBy` varchar(30) DEFAULT NULL, `triggeredDate` date DEFAULT NULL, `result` varchar(30) DEFAULT NULL, diff --git a/db/zentao.sql b/db/zentao.sql index 4392e93f12..6f6cb2358c 100755 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -1809,6 +1809,7 @@ CREATE TABLE `zt_rulequeue` ( `rule` int(8) NOT NULL, `actions` longtext DEFAULT NULL, `status` char(30) NOT NULL DEFAULT 'wait', + `log` text DEFAULT NULL, `triggeredBy` varchar(30) DEFAULT NULL, `triggeredDate` date DEFAULT NULL, `result` varchar(30) DEFAULT NULL,