mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-28 06:25:55 +00:00
5
data/sql/updates/db_characters/2026_02_24_00.sql
Normal file
5
data/sql/updates/db_characters/2026_02_24_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2025_09_03_00 -> 2026_02_24_00
|
||||
--
|
||||
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