From 868bc4c7e04fcbd2634f75392638bbb20a7239ff Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Thu, 19 May 2022 09:34:12 +0000 Subject: [PATCH] * Fix bug. --- db/update16.5.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/update16.5.sql b/db/update16.5.sql index 72fb71bc3e..51f42999d7 100644 --- a/db/update16.5.sql +++ b/db/update16.5.sql @@ -434,7 +434,7 @@ UPDATE `zt_workflowaction` SET `type` ='single' WHERE `action`='browse' AND `ty UPDATE `zt_workflowlayout` SET `mobileShow`='0' WHERE `mobileShow`='1' AND `module` IN('product', 'story', 'productplan', 'release', 'project', 'task', 'build', 'bug', 'testcase', 'testtask', 'testsuite', 'caselib', 'feedback'); -UPDATE `zt_project` SET `status` = 'doing' WHERE `type` = 'program' and `status` = 'wait' and `realBegan` != '0000-00-00' and `realBegan` != ''; +UPDATE `zt_project` SET `status` = 'doing' WHERE `type` = 'program' and `status` = 'wait' and `realBegan` != '0000-00-00'; CREATE TABLE `zt_approval` ( `id` mediumint(8) NOT NULL AUTO_INCREMENT,