mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
3e992c6713
Summary: See PHI439. This fills in additional information about Owners packages. Also removes dead `primaryOwnerPHID`. Test Plan: Called `owners.search` and reviewed the results. Grepped for `primaryOwnerPHID`. Differential Revision: https://secure.phabricator.com/D19207
2 lines
72 B
SQL
2 lines
72 B
SQL
ALTER TABLE {$NAMESPACE}_owners.owners_package
|
|
DROP primaryOwnerPHID;
|