mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
13
data/sql/updates/db_world/2025_12_29_16.sql
Normal file
13
data/sql/updates/db_world/2025_12_29_16.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
-- DB update 2025_12_29_15 -> 2025_12_29_16
|
||||
--
|
||||
ALTER TABLE `trainer`
|
||||
ADD PRIMARY KEY (`Id`);
|
||||
|
||||
ALTER TABLE `trainer_locale`
|
||||
ADD PRIMARY KEY (`Id`, `locale`);
|
||||
|
||||
ALTER TABLE `trainer_spell`
|
||||
ADD PRIMARY KEY (`TrainerId`, `SpellId`);
|
||||
|
||||
ALTER TABLE `creature_default_trainer`
|
||||
ADD PRIMARY KEY (`CreatureId`);
|
||||
Reference in New Issue
Block a user