From a5875be39b4bac061422d0676a8296d3424b20fd Mon Sep 17 00:00:00 2001 From: hide_d Date: Sat, 21 Apr 2018 10:48:55 +0900 Subject: [PATCH] =?UTF-8?q?=EC=BF=BC=EB=A6=AC=20=EC=9D=B8=EB=8D=B1?= =?UTF-8?q?=EC=8A=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sql/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`),