From 0d9bd14770104ad2ed43a5f498aed29e4d476427 Mon Sep 17 00:00:00 2001 From: skotlex Date: Fri, 8 Sep 2006 16:36:48 +0000 Subject: - Added upgrade_svn8675.sql in case, for some reason, your guild table still has the emblem_data field as a 'blob' with "NOT NULL" specified. - Some minor cleanups. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8675 54d463be-8e91-2dee-dedb-b68131a5f0ec --- sql-files/upgrade_svn8675.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql-files/upgrade_svn8675.sql (limited to 'sql-files/upgrade_svn8675.sql') diff --git a/sql-files/upgrade_svn8675.sql b/sql-files/upgrade_svn8675.sql new file mode 100644 index 000000000..5f6d15299 --- /dev/null +++ b/sql-files/upgrade_svn8675.sql @@ -0,0 +1 @@ +ALTER TABLE `guild` MODIFY `emblem_data` blob; -- cgit v1.2.3-60-g2f50