Summary: - Removed trailing newlines. - Added newline at EOF. - Removed leading newlines. - Trimmed trailing whitespace. - Spelling fix. - Added newline at EOF Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley CC: hach-que, chad, Korvin, epriestley, aran Differential Revision: https://secure.phabricator.com/D8344
		
			
				
	
	
		
			7 lines
		
	
	
		
			238 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			238 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
ALTER TABLE {$NAMESPACE}_conpherence.conpherence_thread
 | 
						|
  DROP imagePHID,
 | 
						|
  ADD imagePHIDs LONGTEXT COLLATE utf8_bin NOT NULL AFTER title;
 | 
						|
 | 
						|
UPDATE {$NAMESPACE}_conpherence.conpherence_thread
 | 
						|
  SET imagePHIDs = '{}' WHERE imagePHIDs = '';
 |