mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			163 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								DROP INDEX IDX_notes_tree_note_id_parent_note_id;
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								CREATE UNIQUE INDEX `IDX_notes_tree_note_id_parent_note_id` ON `notes_tree` (
							 | 
						||
| 
								 | 
							
								  `note_id`,
							 | 
						||
| 
								 | 
							
								  `parent_note_id`
							 | 
						||
| 
								 | 
							
								);
							 |