- delete update 3.0 sql.

This commit is contained in:
wangyidong
2012-04-30 07:20:20 +00:00
parent 0f8721f0e0
commit 4d146446fc
-3
View File
@@ -1,3 +0,0 @@
-- add estimateStartDate and actualStartDate field.
ALTER TABLE `zt_task` ADD `estimateStartDate` DATETIME NOT NULL AFTER `assignedDate` ,
ADD `actualStartDate` DATETIME NOT NULL AFTER `estimateStartDate`;