mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
... and also fix a bug introduced trying to unrot the general bug check rewrite, due to product IDs.
This commit is contained in:
parent
3583cf7e0d
commit
435072c0fa
@ -591,7 +591,7 @@ BugCheck("bugs WHERE bug_status IN ('NEW', 'ASSIGNED', 'REOPENED') AND everconfi
|
||||
Status("Checking votes/everconfirmed");
|
||||
|
||||
BugCheck("bugs, products WHERE " .
|
||||
"bugs.product = products.product AND " .
|
||||
"bugs.product_id = products.id AND " .
|
||||
"everconfirmed = 0 AND " .
|
||||
"votestoconfirm <= votes",
|
||||
"Bugs that have enough votes to be confirmed but haven't been");
|
||||
|
Loading…
x
Reference in New Issue
Block a user