mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			486 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			486 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
 | |
| VALUES ('syncServerHost', '', '2018-06-01T03:35:55.041Z', '2018-06-01T03:35:55.041Z', 0);
 | |
| 
 | |
| INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
 | |
| VALUES ('syncServerTimeout', '5000', '2018-06-01T03:35:55.041Z', '2018-06-01T03:35:55.041Z', 0);
 | |
| 
 | |
| INSERT INTO options (name, value, dateCreated, dateModified, isSynced)
 | |
| VALUES ('syncProxy', '', '2018-06-01T03:35:55.041Z', '2018-06-01T03:35:55.041Z', 0); |