mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
5 lines
189 B
SQL
5 lines
189 B
SQL
ALTER TABLE phabricator_search.search_documentrelationship
|
|
add key (relatedPHID, relation);
|
|
|
|
ALTER TABLE phabricator_search.search_documentrelationship
|
|
add key (relation, relatedPHID);
|