+ add owner to test task.

This commit is contained in:
wangchunsheng
2010-11-29 13:01:52 +00:00
parent f3ce18cba5
commit 01192daf5b
9 changed files with 27 additions and 3 deletions

View File

@@ -40,3 +40,6 @@ update zt_groupPriv set method='finish' where module='task' and method='complete
UPDATE zt_task SET assignedTo = openedBy,assignedDate = finishedDate WHERE STATUS = 'done';
UPDATE zt_task SET assignedTo = openedBy,assignedDate = canceledDate WHERE STATUS = 'cancel';
-- test task table.
ALTER TABLE `zt_testTask` ADD `owner` VARCHAR( 30 ) NOT NULL AFTER `build` ;