Yes, my wrong. I mean configvalue.
I should install new bot and import old data? There was more changes than configvalue length? Should not it be automatically changed during the bot update?
-- Stupid questions. I checked sql and used
Thank you for support.
I should install new bot and import old data? There was more changes than configvalue length? Should not it be automatically changed during the bot update?
-- Stupid questions. I checked sql and used
Code Select
ALTER TABLE `jts3servermod_instanceconfig` CHANGE `configvalue` `configvalue` VARCHAR(2048) CHARACTER SET utf8 COLLATE utf8_unicode_ci NULL DEFAULT NULL ;
Thank you for support.