1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00
phorge-phorge/resources/sql/patches/20130304.lintauthor.sql
vrana 1091dc7aa1 Save blame info to lint messages
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
2013-03-06 16:19:01 -08:00

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