mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 11:56:01 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			131 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			131 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								CREATE UNIQUE INDEX `IDX_notes_history_note_from_to` ON `notes_history` (
							 | 
						||
| 
								 | 
							
									`note_id`,
							 | 
						||
| 
								 | 
							
									`date_modified_from`,
							 | 
						||
| 
								 | 
							
									`date_modified_to`
							 | 
						||
| 
								 | 
							
								);
							 |