From 911e12f03b7e210b31c2129668ab75d2e6ec6eb8 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. --- db/update0.3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/update0.3.sql b/db/update0.3.sql index 2fd5420622..b203cccdad 100644 --- a/db/update0.3.sql +++ b/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`)