diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index d3014e4c..2b81ca2b 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -151,7 +151,7 @@ CREATE TABLE `general` ( `recturn` CHAR(14) NULL DEFAULT '', `resturn` CHAR(14) NULL DEFAULT '', PRIMARY KEY (`no`), - INDEX `nation` (`nation`, `npc`) + INDEX `nation` (`nation`, `npc`), INDEX `city` (`city`), INDEX `turntime` (`turntime`, `no`), INDEX `no_member` (`owner`),