From e8b52db20feffb000f0dd3dfe82ec01ca724fb25 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 11 Mar 2023 20:18:21 +0900 Subject: [PATCH] =?UTF-8?q?db:=20Event=20target=EC=97=90=20'PRE=5FMONTH'?= =?UTF-8?q?=20=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index 5d300bbb..b655ee53 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -484,7 +484,7 @@ CREATE TABLE IF NOT EXISTS `ng_history` ( ############################## CREATE TABLE `event` ( `id` INT(11) NOT NULL AUTO_INCREMENT, - `target` ENUM('MONTH', 'OCCUPY_CITY', 'DESTROY_NATION') NOT NULL DEFAULT 'MONTH', + `target` ENUM('MONTH', 'OCCUPY_CITY', 'DESTROY_NATION','PRE_MONTH') NOT NULL DEFAULT 'MONTH', `priority` INT(11) NOT NULL DEFAULT '1000', `condition` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_bin', `action` MEDIUMTEXT NOT NULL COLLATE 'utf8mb4_bin',