mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	
		
			
	
	
		
			3 lines
		
	
	
		
			249 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			3 lines
		
	
	
		
			249 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
|  | INSERT INTO options (name, value, utcDateCreated, utcDateModified, isSynced)
 | ||
|  | SELECT 'hideTabRowForOneTab', 'false', '2019-05-01T18:31:00.874Z', '2019-05-01T18:31:00.874Z', 0
 | ||
|  | WHERE NOT EXISTS(SELECT 1 FROM options WHERE name = 'hideTabRowForOneTab');
 |