Skip to content

Commit

Permalink
Minor error fix for upgrades from 5.1.3 or earlier
Browse files Browse the repository at this point in the history
Closes #256 and savetheinternet#199.

Full credit for locating the fix goes to @LZZZZ.
  • Loading branch information
Valentijn authored Oct 1, 2017
1 parent d5ee600 commit be65182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ function __query($sql) {
`extra` varchar(200),
`text` varchar(255),
`created_at` int(11),
PRIMARY KEY (`cookie`,`extra`),
PRIMARY KEY (`cookie`,`extra`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;') or error(db_error());
case false:
// TODO: enhance Tinyboard -> vichan upgrade path.
Expand Down

0 comments on commit be65182

Please sign in to comment.