mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			335 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			335 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
 | |
| VALUES ('leftPaneMinWidth', '350', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0);
 | |
| 
 | |
| INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
 | |
| VALUES ('leftPaneWidthPercent', '20', '2018-07-29T18:31:00.874Z', '2018-07-29T18:31:00.874Z', 0); |