From 09e24f56841a37129db01183b65481e00e0c0034 Mon Sep 17 00:00:00 2001 From: hide_d Date: Tue, 26 Jun 2018 03:10:50 +0900 Subject: [PATCH] =?UTF-8?q?ng=5Fgames=20=EB=88=84=EB=9D=BD=EB=B6=84=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sql/schema.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index a0f1daac..eafa5246 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -391,6 +391,7 @@ CREATE TABLE if not exists `ng_games` ( `date` DATETIME NOT NULL, `winner_nation` INT(11) NULL DEFAULT NULL, `scenario` INT(11) NOT NULL, + `scenario_name` TEXT NOT NULL, `env` TEXT NOT NULL COMMENT 'json', PRIMARY KEY (`id`), UNIQUE INDEX `server_id` (`server_id`),