mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
DB/Misc: Fix PK for gossip_menu_option_locale
This commit is contained in:
4
sql/updates/world/3.3.5/2017_05_07_01_world.sql
Normal file
4
sql/updates/world/3.3.5/2017_05_07_01_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
--
|
||||
ALTER TABLE `gossip_menu_option_locale`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`MenuID`, `OptionID`, `Locale`);
|
||||
Reference in New Issue
Block a user