mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
skip empty mime type index
This commit is contained in:
parent
c5e25d17fb
commit
1e2736d67b
@ -27,7 +27,7 @@ source hostPage : common
|
||||
WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `pageDescription` \
|
||||
FROM `hostPage` \
|
||||
JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \
|
||||
WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL\
|
||||
WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \
|
||||
|
||||
sql_attr_uint = rank
|
||||
sql_attr_string = mime
|
||||
|
Loading…
x
Reference in New Issue
Block a user