summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn14085.sql
diff options
context:
space:
mode:
authorInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-12 00:07:35 +0000
committerInkfish <Inkfish@54d463be-8e91-2dee-dedb-b68131a5f0ec>2009-10-12 00:07:35 +0000
commit14cc24833227aef53e6e55495715c56c3fd3fc4b (patch)
treeea3d7d3dfa1ea436a85ae91ef4fd09d829c2ac29 /sql-files/upgrade_svn14085.sql
parent6a39d505492fd2b6aae97ac25ac876fe15ee83ce (diff)
downloadhercules-14cc24833227aef53e6e55495715c56c3fd3fc4b.tar.gz
hercules-14cc24833227aef53e6e55495715c56c3fd3fc4b.tar.bz2
hercules-14cc24833227aef53e6e55495715c56c3fd3fc4b.tar.xz
hercules-14cc24833227aef53e6e55495715c56c3fd3fc4b.zip
Added missing sql update file for rename
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14086 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn14085.sql')
-rw-r--r--sql-files/upgrade_svn14085.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn14085.sql b/sql-files/upgrade_svn14085.sql
new file mode 100644
index 000000000..3d0ed00f4
--- /dev/null
+++ b/sql-files/upgrade_svn14085.sql
@@ -0,0 +1 @@
+ALTER TABLE `char` ADD `rename` SMALLINT( 3 ) UNSIGNED NOT NULL DEFAULT '0'; \ No newline at end of file