server/sql/updates/0.7/3138_character_inventory.sql

2 lines
72 B
SQL

ALTER TABLE character_inventory
ADD UNIQUE KEY `idx_item` (`item`);