1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-10 17:02:41 +01:00
phorge-phorge/resources/sql/patches/048.relationshipkeys.sql

6 lines
189 B
MySQL
Raw Normal View History

2011-06-21 23:46:59 +02:00
ALTER TABLE phabricator_search.search_documentrelationship
add key (relatedPHID, relation);
ALTER TABLE phabricator_search.search_documentrelationship
add key (relation, relatedPHID);