From 4588b9c1035519bd0206b3fb85035da8326f9630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B0=E6=B7=91=E6=9D=B0?= Date: Fri, 22 Apr 2022 10:07:42 +0800 Subject: [PATCH] * Modify the sql statement. --- db/zentao.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/zentao.sql b/db/zentao.sql index 892cb37ec5..0b680fb3e3 100644 --- a/db/zentao.sql +++ b/db/zentao.sql @@ -8816,7 +8816,7 @@ ALTER TABLE `zt_story` ADD `fromStory` mediumint(8) unsigned NOT NULL default 0 ALTER TABLE `zt_story` ADD `fromVersion` smallint(6) NOT NULL default 1 after `fromStory`; ALTER TABLE `zt_story` ADD `approvedDate` date NOT NULL after `assignedDate`; -ALTER TABLE `zt_todo` CHANGE `type` char(15) NOT NULL AFTER `feedback`; +ALTER TABLE `zt_todo` MODIFY COLUMN `type` char(15) NOT NULL; -- DROP TABLE IF EXISTS `zt_durationestimation`; CREATE TABLE IF NOT EXISTS `zt_durationestimation` (