Potentially delete saved query rows in the DB which now throw the exceptions
- Call to undefined method PhabricatorFeedQuery::withIDs()
- Call to undefined method PhabricatorFeedQuery::withPHIDs()
SELECT ssq.* FROM phabricator_search.search_savedquery ssq WHERE ssq.engineClassName = "PhabricatorFeedSearchEngine" AND (ssq.parameters LIKE "%\"phids\":[\"%" OR ssq.parameters LIKE "%\"ids\":[\"%") LIMIT 500;
Looks like no dashboard panels are using those? (cf T414796)