aowow/setup/sql/updates/1759504522_01.sql
Sarjuuk 60eb816002 Quickfacts
* where applicable:
   - show typeId
   - show english name if currently localized
   - show percentage attained by synced profiles
 * fixed some typos
2025-10-03 17:49:50 +02:00

11 lines
325 B
SQL

ALTER TABLE aowow_profiler_completion_quests
ADD KEY `typeId` (`questId`);
ALTER TABLE aowow_profiler_completion_reputation
ADD KEY `typeId` (`factionId`);
ALTER TABLE aowow_profiler_completion_spells
ADD KEY `typeId` (`spellId`);
ALTER TABLE aowow_profiler_completion_titles
ADD KEY `typeId` (`titleId`);