mirror of https://github.com/grafana/grafana.git
				
				
				
			
		
			
	
	
		
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			Go
		
	
	
	
		
		
			
		
	
	
			10 lines
		
	
	
		
			161 B
		
	
	
	
		
			Go
		
	
	
	
| 
								 | 
							
								package sqlstore
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								// extra tables not required by the core/outside model
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								type DashboardTag struct {
							 | 
						||
| 
								 | 
							
									Id          int64
							 | 
						||
| 
								 | 
							
									DashboardId int64
							 | 
						||
| 
								 | 
							
									Term        string
							 | 
						||
| 
								 | 
							
								}
							 |