mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	
		
			
	
	
		
			3 lines
		
	
	
		
			104 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
		
		
			
		
	
	
			3 lines
		
	
	
		
			104 B
		
	
	
	
		
			MySQL
		
	
	
	
	
	
| 
								 | 
							
								-- Adds name column to alert_rules table
							 | 
						||
| 
								 | 
							
								ALTER TABLE `alert_rules` ADD `name` VARCHAR( 255 ) NOT NULL ;
							 |