aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDuarte Duarte <dnpd.dd@gmail.com>2016-06-19 22:49:16 +0100
committerGitHub <noreply@github.com>2016-06-19 22:49:16 +0100
commit7ec0d94119732b67ae812e42315cec5d0d2ccc45 (patch)
tree16fdeec699423b35a888b0dc2e6b7ccf2b957028
parent4ce02d132ae8acc6d53de8f9b775a0c0b74edcbd (diff)
DB/Schema: Add missing PK to `world`.`playercreateinfo_cast_spell`
-rw-r--r--sql/updates/world/6.x/2016_06_19_01_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/6.x/2016_06_19_01_world.sql b/sql/updates/world/6.x/2016_06_19_01_world.sql
new file mode 100644
index 00000000000..8b139241f60
--- /dev/null
+++ b/sql/updates/world/6.x/2016_06_19_01_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `playercreateinfo_cast_spell` ADD PRIMARY KEY(`raceMask`, `classMask`, `spell`);