* adjust the 'diff' in zt_history, change the text to mediumtext.
This commit is contained in:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user