mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			169 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								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);
							 |