* adjust the 'diff' in zt_history, change the text to mediumtext.

This commit is contained in:
shiyangyangwork@yahoo.cn
2012-02-17 06:30:29 +00:00
parent eaea1a24ed
commit e7cd094f75

View File

@@ -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 ;