mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 11:16:05 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			No EOL
		
	
	
		
			131 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| CREATE UNIQUE INDEX `IDX_notes_history_note_from_to` ON `notes_history` (
 | |
| 	`note_id`,
 | |
| 	`date_modified_from`,
 | |
| 	`date_modified_to`
 | |
| ); |