From 4324f6a72afffd92a2f3003befeb670887e23a27 Mon Sep 17 00:00:00 2001 From: "chencongzhi520@gmail.com" Date: Sat, 16 Apr 2011 03:19:26 +0000 Subject: [PATCH] +fix the error of update1.4.sql's misspelling --- db/update1.4.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/update1.4.sql b/db/update1.4.sql index fc0cf8dab5..67ed3c36d5 100644 --- a/db/update1.4.sql +++ b/db/update1.4.sql @@ -1,4 +1,4 @@ -- 2011-2-16 change the length of the desc field. ALTER TABLE `zt_build` CHANGE `desc` `desc` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL; --- 2011i-3-4 fix the error of bug's browse: +-- 2011-3-4 fix the error of bug's browse: UPDATE zt_bug set browser='firefox3' where browser='firefx3';