All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Add an option in family settings to disable couple photos from Web UI Reviewed-on: #5
		
			
				
	
	
		
			2 lines
		
	
	
		
			107 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			2 lines
		
	
	
		
			107 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- Your SQL goes here
 | 
						|
ALTER TABLE families add column disable_couple_photos boolean not null default false; |