mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-11 01:12:41 +01:00
a2cb5e1347
Summary: Fixes T11201. Test Plan: Created bogus edges like this: ``` INSERT INTO edge (src, type, dst, dateCreated, seq) values ('PHID-TASK-vnddativbialb5p6ymis', 999999, 'quack', UNIX_TIMESTAMP(), 1); ``` Then ran `bin/remove destroy` on the relevant object. Before the patch, destruction halted after hittin the bad edge. After the patch, a warning is emitted but destruction continues. Reviewers: chad Reviewed By: chad Maniphest Tasks: T11201 Differential Revision: https://secure.phabricator.com/D16171 |
||
---|---|---|
.. | ||
__tests__ | ||
constants | ||
editor | ||
engineextension | ||
exception | ||
query | ||
type | ||
util |