From 438cff532b23e4a1eeb8bd091ad61da1491021fc Mon Sep 17 00:00:00 2001 From: Hide_D Date: Mon, 16 May 2022 02:04:09 +0900 Subject: [PATCH] =?UTF-8?q?db:=20schema=EC=97=90=EC=84=9C=20=EB=8D=94=20?= =?UTF-8?q?=EC=9D=B4=EC=83=81=20=ED=95=84=EC=9A=94=ED=95=98=EC=A7=80=20?= =?UTF-8?q?=EC=95=8A=EC=9D=80=20General.vote=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sql/schema.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/hwe/sql/schema.sql b/hwe/sql/schema.sql index 1c223c5b..5a459bf6 100644 --- a/hwe/sql/schema.sql +++ b/hwe/sql/schema.sql @@ -73,7 +73,6 @@ CREATE TABLE `general` ( `tnmt` INT(1) NULL DEFAULT '1', `myset` INT(1) NULL DEFAULT '6', `tournament` INT(1) NULL DEFAULT '0', - `vote` INT(1) NULL DEFAULT '0', `newvote` INT(1) NULL DEFAULT '0', `last_turn` TEXT NOT NULL DEFAULT '{}' COLLATE 'utf8mb4_bin', `aux` LONGTEXT NOT NULL DEFAULT '{}' COLLATE 'utf8mb4_bin',