summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/index.txt
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2013-11-18 09:29:40 +0100
committerHaru <haru@dotalux.com>2013-11-18 09:29:40 +0100
commit4655f6611b14fca90ed38b021bf6a365cbfb335a (patch)
treef70c9f2392b7e8d2a95c2be4d99d8f8e0aa93375 /sql-files/upgrades/index.txt
parent3e9758706ecf80d7656daefb546c80bf6b549967 (diff)
downloadhercules-4655f6611b14fca90ed38b021bf6a365cbfb335a.tar.gz
hercules-4655f6611b14fca90ed38b021bf6a365cbfb335a.tar.bz2
hercules-4655f6611b14fca90ed38b021bf6a365cbfb335a.tar.xz
hercules-4655f6611b14fca90ed38b021bf6a365cbfb335a.zip
Follow-up to 1f5161a2bd3c7934373146d8cac3c131536758ba
- Added explicit column names in the item_db query, to ensure it will throw a SQL error in case some are missing, rahter than silently failing and returning incorrect data. - Added sql upgrade file to add the bindonequip column to the item_db2 table for those who have it. - As with all the item_db2 upgrade scripts, you need at least MySQL 5.0 in order to run it. If your version is not compatible, or if the script fails for any reason, manual upgrade instructions are provided within the script. - Special thanks to Mumbles. Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'sql-files/upgrades/index.txt')
-rw-r--r--sql-files/upgrades/index.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql-files/upgrades/index.txt b/sql-files/upgrades/index.txt
index 1e76ee41b..9b7ad20d8 100644
--- a/sql-files/upgrades/index.txt
+++ b/sql-files/upgrades/index.txt
@@ -13,4 +13,5 @@
2013-11-09--00-03.sql
2013-11-15--00-06.sql
2013-11-15--19-57.sql
-2013-11-16--07-49.sql \ No newline at end of file
+2013-11-16--07-49.sql
+2013-11-18--08-23.sql