mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
	
	
		
			5 lines
		
	
	
		
			313 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			5 lines
		
	
	
		
			313 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|  | INSERT INTO branches (branchId, noteId, parentNoteId, notePosition, prefix, isExpanded, dateModified)
 | ||
|  |     VALUES ('root', 'root', 'none', 0, null, 1, '2018-01-01T00:00:00.000Z');
 | ||
|  | 
 | ||
|  | INSERT INTO sync (entityName, entityId, sourceId, syncDate)
 | ||
|  |     VALUES ('branches' ,'root', 'SYNC_FILL', '2018-01-01T00:00:00.000Z');
 |