mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
2 lines
99 B
MySQL
2 lines
99 B
MySQL
|
ALTER TABLE phabricator_differential.differential_inlinecomment
|
||
|
ADD KEY (revisionID, authorPHID);
|