mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-09 16:33:53 +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);
|