mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			209 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			209 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| 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);
 |