mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	
		
			
	
	
		
			4 lines
		
	
	
		
			209 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			209 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								CREATE INDEX IF NOT EXISTS IDX_notes_blobId on notes (blobId);
							 | 
						||
| 
								 | 
							
								CREATE INDEX IF NOT EXISTS IDX_revisions_blobId on revisions (blobId);
							 | 
						||
| 
								 | 
							
								CREATE INDEX IF NOT EXISTS IDX_attachments_blobId on attachments (blobId);
							 |