+ add owner to test task.
This commit is contained in:
@@ -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` ;
|
||||
|
||||
Reference in New Issue
Block a user