mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			21 lines
		
	
	
		
			280 B
		
	
	
	
		
			MySQL
		
	
	
	
		
		
			
		
	
	
			21 lines
		
	
	
		
			280 B
		
	
	
	
		
			MySQL
		
	
	
	
|  | INSERT INTO "resource"
 | ||
|  |     (
 | ||
|  |         "guid",
 | ||
|  |         "group",
 | ||
|  |         "resource",
 | ||
|  |         "namespace",
 | ||
|  |         "name",
 | ||
|  |         "value",
 | ||
|  |         "action"
 | ||
|  |     )
 | ||
|  |     VALUES (
 | ||
|  |         '',
 | ||
|  |         'gg',
 | ||
|  |         'rr',
 | ||
|  |         'nn',
 | ||
|  |         'name',
 | ||
|  |         '[]',
 | ||
|  |         'ADDED'
 | ||
|  |     )
 | ||
|  | ;
 |