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
		
			
				
	
	
		
			4 lines
		
	
	
		
			158 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			158 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
ALTER TABLE `{$NAMESPACE}_repository`.`repository_lintmessage`
 | 
						|
  ADD authorPHID varchar(64) COLLATE utf8_bin AFTER line,
 | 
						|
  ADD INDEX key_author (authorPHID);
 |