From d156bf2f03b9b543014c33aeab5b529c3dd96aac Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Fri, 15 Jan 2010 05:51:52 +0000 Subject: [PATCH] * change the field of buildDate to date. --- trunk/db/update0.3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/db/update0.3.sql b/trunk/db/update0.3.sql index 2fd5420622..b203cccdad 100644 --- a/trunk/db/update0.3.sql +++ b/trunk/db/update0.3.sql @@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS `zt_build` ( `name` char(30) NOT NULL default '', `scmPath` char(255) NOT NULL, `filePath` char(255) NOT NULL, - `buildDate` int(10) unsigned NOT NULL default '0', + `date` date NOT NULL, `builder` char(30) NOT NULL default '', `desc` char(255) NOT NULL default '', UNIQUE KEY `name` (`name`)