fix: general_access_log에 벌점 관련 데이터 누락

This commit is contained in:
2023-07-07 10:57:52 +00:00
parent 9bf7bd0fda
commit 3ae49456b1
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -102,6 +102,8 @@ CREATE TABLE `general_access_log` (
`last_refresh` DATETIME NULL DEFAULT NULL,
`refresh` INT(11) NOT NULL DEFAULT '0',
`refresh_total` INT(11) NOT NULL DEFAULT '0',
`refresh_score` INT(11) NOT NULL DEFAULT '0',
`refresh_score_total` INT(11) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
UNIQUE INDEX `general_id` (`general_id`),
)