diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index 92a0f336..27a2b5c9 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -88,7 +88,7 @@ CREATE TABLE `general` ( INDEX `npc` (`npc`), INDEX `troop` (`troop`, `turntime`), INDEX `officer_level` (`nation`, `officer_level`), - INDEX `officer_city` (`officer_city`, `officer_level`) + INDEX `officer_city` (`officer_city`, `officer_level`), INDEX `name` (`name`) ) DEFAULT CHARSET=utf8mb4