+ add report of testtask.
This commit is contained in:
@@ -12,3 +12,4 @@ DELETE FROM `zt_config` WHERE `company` = 1 AND `key` = 'sn';
|
||||
UPDATE `zt_config` SET `company` = 1 WHERE `key` = 'sn';
|
||||
UPDATE `zt_config` SET `section` = 'global' WHERE `key` = 'flow';
|
||||
UPDATE `zt_project` SET `status` = 'doing' WHERE `status` = '';
|
||||
ALTER TABLE `zt_testtask` ADD `report` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `desc`;
|
||||
|
||||
Reference in New Issue
Block a user