Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Hecksa committed Apr 22, 2021
2 parents 31fee13 + b58abf9 commit c8db82e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ CREATE TABLE IF NOT EXISTS `download` (
`useragent` varchar(250) DEFAULT NULL,
`datetime` timestamp NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`id`),
KEY `user` (`user`,`version`)
KEY `user` (`user`,`version`),
KEY `addon` (`addon`)
) ENGINE=MyISAM AUTO_INCREMENT=430151 DEFAULT CHARSET=utf8;

CREATE TABLE IF NOT EXISTS `endorsement` (
Expand Down

0 comments on commit c8db82e

Please sign in to comment.