зеркало из https://github.com/mozilla/gecko-dev.git
Fix for bug 171506: Fixes bustage in sanitycheck.cgi by making it check for correct product IDs in the flaginclusions and flagexclusions
tables instead of the flagtypes table, which no longer has a product_id field. r=joel
This commit is contained in:
Родитель
6d6d593ffb
Коммит
72f2e7d541
|
@ -280,7 +280,8 @@ CrossCheck("products", "id",
|
|||
["components", "product_id", "name"],
|
||||
["milestones", "product_id", "value"],
|
||||
["versions", "product_id", "value"],
|
||||
["flagtypes", "product_id", "name"]);
|
||||
["flaginclusions", "product_id", "type_id"],
|
||||
["flagexclusions", "product_id", "type_id"]);
|
||||
|
||||
DateCheck("groups", "last_changed");
|
||||
DateCheck("profiles", "refreshed_when");
|
||||
|
|
Загрузка…
Ссылка в новой задаче