+ add sql for task #763.

This commit is contained in:
wangyidong
2012-06-19 07:36:13 +00:00
parent 083595bda1
commit ed22fd465c
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE `zt_task` ADD `estimateStartDate` DATETIME NOT NULL AFTER `assignedDate` ,
ADD `actualStartDate` DATETIME NOT NULL AFTER `estimateStartDate`;