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',