mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
1091dc7aa1
Test Plan: Applied the patch. Looked at blame and plain blame of SVN and Git file. Ran the lint saver. Looked at lint messages list. /diffusion/lint/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D5218
3 lines
158 B
SQL
3 lines
158 B
SQL
ALTER TABLE `{$NAMESPACE}_repository`.`repository_lintmessage`
|
|
ADD authorPHID varchar(64) COLLATE utf8_bin AFTER line,
|
|
ADD INDEX key_author (authorPHID);
|