server/sql/updates/0.8/4584_character_inventory.sql

2 lines
69 B
SQL

ALTER TABLE `character_inventory`
ADD KEY `idx_guid` ( `guid` );