summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn9135.sql
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 14:51:42 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-11-04 14:51:42 +0000
commitcc03970a0f42272d118859b6a03dd0f4a7859828 (patch)
tree3678c56664ba59f4707dad555575c7979905dcca /sql-files/upgrade_svn9135.sql
parent00f9ebdb6e85d13202c6f9e94b8b5506b82b5399 (diff)
downloadhercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.gz
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.bz2
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.tar.xz
hercules-cc03970a0f42272d118859b6a03dd0f4a7859828.zip
* Converted itemdb tables to use smallint. Credits to ALZ.
modified Changelog-Trunk.txt modified sql-files/item_db.sql modified sql-files/item_db2.sql added sql-files/upgrade_svn9135.sql git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9135 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'sql-files/upgrade_svn9135.sql')
-rw-r--r--sql-files/upgrade_svn9135.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn9135.sql b/sql-files/upgrade_svn9135.sql
new file mode 100644
index 000000000..0647bc452
--- /dev/null
+++ b/sql-files/upgrade_svn9135.sql
@@ -0,0 +1,2 @@
+alter table `item_db` modify `view` smallint(3) unsigned default null;
+alter table `item_db2` modify `view` smallint(3) unsigned default null; \ No newline at end of file