mirror of
https://github.com/YGGverse/YGGo.git
synced 2025-01-24 13:34:25 +00:00
remove deprecated condition
This commit is contained in:
parent
fff75d4d86
commit
872ea25d00
@ -41,7 +41,7 @@ source hostPage : common
|
||||
WHERE `hostPageDescription`.`hostPageId` = `hostPage`.`hostPageId`) AS `keywords` \
|
||||
FROM `hostPage` \
|
||||
JOIN `host` ON (`host`.`hostId` = `hostPage`.`hostId`) \
|
||||
WHERE `host`.`status` = '1' AND `hostPage`.`httpCode` = 200 AND `hostPage`.`timeBanned` IS NULL AND `hostPage`.`mime` IS NOT NULL \
|
||||
WHERE `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