Skip to content

Commit

Permalink
Remove drop indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidonete committed Feb 10, 2024
1 parent b4702eb commit 2592e1d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions sql/world/ai_playerbot_indexes.sql
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
DROP INDEX idx_gameobject_loot_template_item ON gameobject_loot_template;
DROP INDEX idx_disenchant_loot_template_item ON disenchant_loot_template;
DROP INDEX idx_fishing_loot_template_item ON fishing_loot_template;
DROP INDEX idx_item_loot_template_item ON item_loot_template;
DROP INDEX idx_pickpocketing_loot_template_item ON pickpocketing_loot_template;
DROP INDEX idx_reference_loot_template_item ON reference_loot_template;
DROP INDEX idx_skinning_loot_template_item ON skinning_loot_template;
DROP INDEX idx_creature_loot_template_item ON creature_loot_template;

create index idx_gameobject_loot_template_item on gameobject_loot_template(item);
create index idx_disenchant_loot_template_item on disenchant_loot_template(item);
create index idx_fishing_loot_template_item on fishing_loot_template(item);
Expand Down

0 comments on commit 2592e1d

Please sign in to comment.