Skip to content

Commit

Permalink
forgot Grave accents
Browse files Browse the repository at this point in the history
  • Loading branch information
Horija committed Apr 25, 2017
1 parent dc7a507 commit e0f913a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sql
Expand Up @@ -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;


Expand Down

0 comments on commit e0f913a

Please sign in to comment.