aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2019-05-20 01:49:15 +0200
committerGitHub <noreply@github.com>2019-05-20 01:49:15 +0200
commit28adb9d93421e4e45c5f75f5935b2274a8dfbb3a (patch)
treea875e04dc28a8d1cdd6a34652690c476baba938f
parentd180944f59fc4bbe1d7a2a69896ec0af18e45d61 (diff)
DB/Misc: add DEFAULT value to racemask
closes #23295
-rw-r--r--sql/updates/world/master/2019_04_27_00_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2019_04_27_00_world.sql b/sql/updates/world/master/2019_04_27_00_world.sql
new file mode 100644
index 00000000000..651dd528533
--- /dev/null
+++ b/sql/updates/world/master/2019_04_27_00_world.sql
@@ -0,0 +1,2 @@
+--
+ALTER TABLE `spell_area` ALTER COLUMN `racemask` SET DEFAULT 0;