phorge/resources/sql/patches/025.commentopt.sql
epriestley 75b11d6d7d Lint and unit star support.
Test plan: quack

Differential Revision: 35
2011-04-10 17:19:01 -07:00

2 lines
99 B
SQL

ALTER TABLE phabricator_differential.differential_inlinecomment
ADD KEY (revisionID, authorPHID);