mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08: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); |