 b39175342d
			
		
	
	b39175342d
	
	
	
		
			
			Summary: Add storage to Pastes for view policies. Test Plan: Set policies on pastes, see next diff. Reviewers: vrana, btrahan Reviewed By: btrahan CC: aran Maniphest Tasks: T603 Differential Revision: https://secure.phabricator.com/D3474
		
			
				
	
	
		
			6 lines
		
	
	
		
			204 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			204 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| ALTER TABLE `{$NAMESPACE}_pastebin`.`pastebin_paste`
 | |
|   ADD `viewPolicy` varchar(64) COLLATE utf8_bin;
 | |
| 
 | |
| UPDATE `{$NAMESPACE}_pastebin`.`pastebin_paste` SET viewPolicy = 'users'
 | |
|   WHERE viewPolicy IS NULL;
 |