Empty commit

This commit is contained in:
Git 2012-07-24 08:00:23 +00:00
parent 0382cdb557
commit e10952a98e

View File

@ -1138,9 +1138,7 @@ CREATE TABLE `users_downloads` (
`Time` datetime NOT NULL,
PRIMARY KEY (`UserID`,`TorrentID`,`Time`),
KEY `TorrentID` (`TorrentID`),
KEY `UserID` (`UserID`),
KEY `UserID_2` (`UserID`),
KEY `TorrentID_2` (`TorrentID`)
KEY `UserID` (`UserID`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `users_dupes` (
@ -1185,8 +1183,7 @@ CREATE TABLE `users_history_ips` (
KEY `UserID` (`UserID`),
KEY `IP` (`IP`),
KEY `StartTime` (`StartTime`),
KEY `EndTime` (`EndTime`),
KEY `IP_2` (`IP`)
KEY `EndTime` (`EndTime`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
CREATE TABLE `users_history_passkeys` (