Empty commit

This commit is contained in:
Git 2014-05-22 08:00:27 +00:00
parent ed963f7959
commit d8e289f5a5

View File

@ -830,7 +830,8 @@ CREATE TABLE `sphinx_delta` (
`VoteScore` float NOT NULL DEFAULT '0', `VoteScore` float NOT NULL DEFAULT '0',
`LastChanged` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `LastChanged` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
PRIMARY KEY (`ID`), PRIMARY KEY (`ID`),
KEY `GroupID` (`GroupID`) KEY `GroupID` (`GroupID`),
KEY `Size` (`Size`)
) ENGINE=MyISAM CHARSET utf8; ) ENGINE=MyISAM CHARSET utf8;
CREATE TABLE `sphinx_hash` ( CREATE TABLE `sphinx_hash` (