From 4655f6611b14fca90ed38b021bf6a365cbfb335a Mon Sep 17 00:00:00 2001 From: Haru Date: Mon, 18 Nov 2013 09:29:40 +0100 Subject: 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 --- sql-files/upgrades/index.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sql-files/upgrades/index.txt') 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 -- cgit v1.2.3-70-g09d2