1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/resources/sql/patches/048.relationshipkeys.sql
2011-06-21 14:46:59 -07:00

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);