mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 07:01:31 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			317 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			317 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
INSERT INTO options (name, value, utcDateCreated, utcDateModified, isSynced)
 | 
						|
    SELECT 'openTabs', '[{"notePath":"' || value || '","active": true,"tabId":"1111"}]', '2019-05-01T18:31:00.874Z', '2019-05-01T18:31:00.874Z', 0 FROM options WHERE name = 'startNotePath';
 | 
						|
 | 
						|
DELETE FROM options WHERE name = 'startNotePath'; |