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
3 lines
72 B
SQL
3 lines
72 B
SQL
ALTER TABLE {$NAMESPACE}_owners.owners_package
|
|
DROP primaryOwnerPHID;
|