mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 09:48:20 +02:00 
			
		
		
		
	Note: The original Vaultwarden implementation of Bitwarden Send would always hide the email address, while the upstream implementation would always show it. Upstream PR: https://github.com/bitwarden/server/pull/1234
		
			
				
	
	
		
			3 lines
		
	
	
		
			49 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			49 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| ALTER TABLE sends
 | |
| ADD COLUMN hide_email BOOLEAN;
 |