1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

forgot Grave accents

This commit is contained in:
Horija 2017-04-25 05:59:42 +02:00 committed by GitHub
parent dc7a507526
commit e0f913a38f

View File

@ -343,7 +343,7 @@ CREATE TABLE IF NOT EXISTS `captchas` (
`extra` VARCHAR(200),
`text` VARCHAR(255),
`created_at` INT(11),
PRIMARY KEY (cookie, extra)
PRIMARY KEY (`cookie`,`extra`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;