mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
DROP INDEX IF EXISTS IDX_attributes_name_index;
 | 
						|
DROP INDEX IF EXISTS IDX_branches_noteId;
 | 
						|
 | 
						|
CREATE INDEX IDX_source_ids_utcDateCreated
 | 
						|
    on source_ids (utcDateCreated); |