
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
2 lines
73 B
SQL
2 lines
73 B
SQL
ALTER TABLE `chatlog` CHANGE `message` `message` VARCHAR( 255 ) NOT NULL
|