From a8169dcdf958be8ad933c15edf1a0d7dff1138b0 Mon Sep 17 00:00:00 2001 From: funjoker Date: Sat, 8 Oct 2016 11:58:35 +0200 Subject: Core/DataStores: Corrected SummonProperties.db2 structure Closes #18036 Closes #18040 --- sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql (limited to 'sql') diff --git a/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql b/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql new file mode 100644 index 00000000000..a4750d4b7f9 --- /dev/null +++ b/sql/updates/hotfixes/6.x/2016_10_08_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `summon_properties` CHANGE `Flags` `Flags` int(10) unsigned NOT NULL DEFAULT '0' AFTER `ID`; -- cgit v1.2.3