From 908b9f6448b432c9bbee89d3cbdd77467d505bbb Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Mon, 8 Feb 2010 03:52:10 +0000 Subject: [PATCH] * remove the comment. --- trunk/db/update0.4.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/db/update0.4.sql b/trunk/db/update0.4.sql index 64280c51dd..fe83d94bac 100644 --- a/trunk/db/update0.4.sql +++ b/trunk/db/update0.4.sql @@ -12,7 +12,6 @@ update zt_case set version = 1 where version = 0; insert into zt_caseStep select '', id,version,steps, '' from zt_case; ALTER TABLE `zt_case` DROP `steps`; ---20100139 adjust the test case. DROP TABLE `zt_testPlan`; CREATE TABLE IF NOT EXISTS `zt_testTask` ( `id` mediumint(8) unsigned NOT NULL auto_increment, @@ -41,7 +40,6 @@ CREATE TABLE IF NOT EXISTS `zt_testRun` ( UNIQUE KEY `task` (`task`,`case`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; ---20100201 adjust the test result table. DROP TABLE `zt_caseResult`; DROP TABLE `zt_resultStep`; CREATE TABLE IF NOT EXISTS `zt_testResult` (