mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Minor, prevent patch 113 from breaking in some environments(?)
This commit is contained in:
parent
6ddb98f804
commit
1e4e3d1fef
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ ALTER TABLE `phabricator_differential`.`differential_revision`
|
|||
UPDATE `phabricator_differential`.`differential_revision`
|
||||
SET `lastReviewerPHID` = (
|
||||
SELECT `authorPHID`
|
||||
FROM `differential_comment`
|
||||
FROM `phabricator_differential`.`differential_comment`
|
||||
WHERE `revisionID` = `differential_revision`.`id`
|
||||
AND `action` IN ('accept', 'reject')
|
||||
ORDER BY `id` DESC
|
||||
|
|
Loading…
Reference in a new issue