Daemons - add "objectPHID" to task tables.

Summary: Ref T5402. This more or less "fixes" it but there's probably some polish to do?

Test Plan:
stopped and started daemons. error logs look good.

ran bin/storage upgrade.  noted that `adjust` added the appropriate indices for active and archive task.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin, epriestley

Maniphest Tasks: T5402

Differential Revision: https://secure.phabricator.com/D11044
This commit is contained in:
Bob Trahan
2014-12-23 16:30:05 -08:00
parent a4474a4975
commit 9219645287
12 changed files with 56 additions and 13 deletions

View File

@@ -188,7 +188,9 @@ final class DiffusionCommitHookEngine extends Phobject {
'emailPHIDs' => array_values($this->emailPHIDs),
'info' => $this->loadCommitInfoForWorker($all_updates),
),
PhabricatorWorker::PRIORITY_ALERTS);
array(
'priority' => PhabricatorWorker::PRIORITY_ALERTS,
));
}
return 0;