mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-02 04:02:39 +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);
|