mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
3 lines
96 B
SQL
3 lines
96 B
SQL
alter table graveyard drop index zone_id;
|
|
create index zone_id_nonunique on graveyard(zone_id);
|