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`),