mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
forgot Grave accents
This commit is contained in:
parent
dc7a507526
commit
e0f913a38f
@ -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;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user