mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-27 22:16:11 +00:00
fix(DB/QuestTracker): add index (#24803)
Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
--
|
||||
ALTER TABLE `quest_tracker`
|
||||
MODIFY COLUMN `id` int UNSIGNED NOT NULL DEFAULT 0 FIRST,
|
||||
ADD UNIQUE INDEX `idx_latest_quest_for_character`(`id`, `character_guid`, `quest_accept_time` DESC);
|
||||
Reference in New Issue
Block a user