db: schema에서 더 이상 필요하지 않은 General.vote 제거

This commit is contained in:
2022-05-16 02:04:09 +09:00
parent 3f71490d14
commit 438cff532b
-1
View File
@@ -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',