aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql
new file mode 100644
index 00000000000..01e5a7995c5
--- /dev/null
+++ b/sql/updates/hotfixes/master/2021_06_05_00_hotfixes.sql
@@ -0,0 +1 @@
+ALTER TABLE `spell_label` MODIFY `SpellID` int(10) unsigned NOT NULL DEFAULT '0';