mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			111 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
DROP index IDX_notes_tree_note_tree_id;
 | 
						|
 | 
						|
CREATE INDEX `IDX_notes_tree_note_id` ON `notes_tree` (
 | 
						|
  `note_id`
 | 
						|
); |