mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
Empty commit
This commit is contained in:
parent
ed963f7959
commit
d8e289f5a5
@ -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` (
|
||||||
|
Loading…
Reference in New Issue
Block a user