rathena/sql-files/upgrade_svn12725.sql
ultramage 6b904e34cb Increased the allowed packet size for chat messages.
Changed the capacity of the message column in chatlog (see sql update).

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@12725 54d463be-8e91-2dee-dedb-b68131a5f0ec
2008-05-26 11:25:12 +00:00

2 lines
73 B
SQL

ALTER TABLE `chatlog` CHANGE `message` `message` VARCHAR( 255 ) NOT NULL