mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-11-04 04:08:20 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			88 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			88 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
ALTER TABLE users_collections
 | 
						|
ADD COLUMN hide_passwords BOOLEAN NOT NULL DEFAULT FALSE;
 |