From 2f27ea4c8ae2b425ee75844d28f6e7162e2d2417 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 26 Jun 2018 03:06:34 +0900 Subject: [PATCH] =?UTF-8?q?schema=20=EA=B0=92=20=EA=BC=AC=EC=9D=B4?= =?UTF-8?q?=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sql/schema.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index 05be10c4..a0f1daac 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -363,7 +363,7 @@ ENGINE=InnoDB; ## 명전 테이블 ########################################################################### -CREATE TABLE `ng_hall` ( +CREATE TABLE if not exists `ng_hall` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `server_id` CHAR(20) NOT NULL, `scenario` INT(11) NOT NULL, @@ -398,7 +398,7 @@ CREATE TABLE if not exists `ng_games` ( ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4; -CREATE TABLE `ng_old_nations` ( +CREATE TABLE if not exists `ng_old_nations` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `server_id` CHAR(20) NOT NULL DEFAULT '0', `nation` INT(11) NOT NULL DEFAULT '0',