From e7cd094f750bd0c02f43a2cb13b6ffdb16a560fd Mon Sep 17 00:00:00 2001 From: "shiyangyangwork@yahoo.cn" Date: Fri, 17 Feb 2012 06:30:29 +0000 Subject: [PATCH] * adjust the 'diff' in zt_history, change the text to mediumtext. --- db/update3.0.beta1.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/db/update3.0.beta1.sql b/db/update3.0.beta1.sql index 464cdb337f..636259a08f 100644 --- a/db/update3.0.beta1.sql +++ b/db/update3.0.beta1.sql @@ -1,2 +1,3 @@ UPDATE `zt_story` SET `source` = 'customer' WHERE `source` = 'custom'; ALTER TABLE `zt_action` CHANGE `product` `product` VARCHAR( 255 ) NOT NULL ; +ALTER TABLE `zt_history` CHANGE `diff` `diff` MEDIUMTEXT CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ;