From 80ce7898584ef58f01470fc8969bddfca47a2629 Mon Sep 17 00:00:00 2001 From: ultramage Date: Mon, 26 May 2008 11:25:12 +0000 Subject: Increased the allowed packet size for chat messages. Changed the capacity of the message column in chatlog (see sql update). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12725 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn12725.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn12725.sql (limited to 'sql-files/upgrade_svn12725.sql') diff --git a/sql-files/upgrade_svn12725.sql b/sql-files/upgrade_svn12725.sql new file mode 100644 index 000000000..bccdca61b --- /dev/null +++ b/sql-files/upgrade_svn12725.sql @@ -0,0 +1 @@ +ALTER TABLE `chatlog` CHANGE `message` `message` VARCHAR( 255 ) NOT NULL -- cgit v1.2.3-60-g2f50