mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			3 lines
		
	
	
		
			177 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
		
			177 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
-- removing potential remnants of recent notes in entity changes, see https://github.com/zadam/trilium/issues/2842
 | 
						|
DELETE FROM entity_changes WHERE entityName = 'recent_notes';
 |