Empty commit

This commit is contained in:
Git 2014-04-05 08:00:51 +00:00
parent cdac28e9de
commit e22d400a95

View File

@ -909,6 +909,7 @@ CREATE TABLE `sphinx_requests_delta` (
`LastVote` int(12) unsigned DEFAULT NULL, `LastVote` int(12) unsigned DEFAULT NULL,
`CategoryID` tinyint(4) DEFAULT NULL, `CategoryID` tinyint(4) DEFAULT NULL,
`Title` varchar(255) DEFAULT NULL, `Title` varchar(255) DEFAULT NULL,
`TagList` varchar(728) NOT NULL DEFAULT '',
`Year` int(4) DEFAULT NULL, `Year` int(4) DEFAULT NULL,
`ArtistList` varchar(2048) DEFAULT NULL, `ArtistList` varchar(2048) DEFAULT NULL,
`ReleaseType` tinyint(2) DEFAULT NULL, `ReleaseType` tinyint(2) DEFAULT NULL,