mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|  | DROP index IDX_notes_tree_note_tree_id;
 | ||
|  | 
 | ||
|  | CREATE INDEX `IDX_notes_tree_note_id` ON `notes_tree` (
 | ||
|  |   `note_id`
 | ||
|  | );
 |