mirror of
https://github.com/mangosfour/server.git
synced 2025-12-22 04:37:01 +00:00
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE character_inventory
|
|
ADD UNIQUE KEY `idx_item` (`item`);
|