* Fix multiple task.

This commit is contained in:
朱金勇
2023-04-17 08:18:39 +00:00
parent 7eb325f6a9
commit 3385f5d6e4
3 changed files with 8 additions and 4 deletions
+4
View File
@@ -881,6 +881,10 @@ ALTER TABLE `zt_taskspec`
CHANGE `estStarted` `estStarted` date NULL,
CHANGE `deadline` `deadline` date NULL;
ALTER TABLE `zt_taskteam`
CHANGE `transfer` `transfer` char(30) NOT NULL DEFAULT '',
CHANGE `order` `order` tinyint NOT NULL DEFAULT '0';
ALTER TABLE `zt_team`
CHANGE `position` `position` varchar(30) NOT NULL DEFAULT '',
CHANGE `join` `join` date NULL;