 bcb9de4ea1
			
		
	
	bcb9de4ea1
	
	
	
		
			
			Summary: See T1602. This is just the minimal functional patch; the scripts will continue working because of the `DEFAULT ''`. Test Plan: Can't fully test this until I get more code working, but nothing broke horribly yet. Reviewers: epriestley Reviewed By: epriestley CC: nh, aran, Korvin Maniphest Tasks: T1602 Differential Revision: https://secure.phabricator.com/D3147
		
			
				
	
	
		
			4 lines
		
	
	
		
			158 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			158 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| ALTER TABLE {$NAMESPACE}_repository.repository_symbol
 | |
|   ADD symbolContext varchar(128) COLLATE utf8_general_ci NOT NULL DEFAULT ''
 | |
|   AFTER arcanistProjectID;
 |