* Fix error of zentao.sql

This commit is contained in:
liyuchun
2022-08-05 05:12:32 +00:00
parent 586474de6c
commit 02b18d8174
+1 -1
View File
@@ -1542,7 +1542,7 @@ CREATE TABLE IF NOT EXISTS `zt_task` (
KEY `execution` (`execution`),
KEY `story` (`story`),
KEY `parent` (`parent`),
KEY `assignedTo` (`assignedTo`)
KEY `assignedTo` (`assignedTo`),
KEY `order` (`order`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
-- DROP TABLE IF EXISTS `zt_taskestimate`;