mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			165 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			165 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- emergency disabling of image compression since it appears to make problems in migration to 0.61
 | 
						|
UPDATE options SET value = 'false' WHERE name = 'compressImages';
 |