mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-10-31 03:03:52 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			535 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			535 B
		
	
	
	
		
			SQL
		
	
	
	
	
	
| -- -----------------------------------------
 | |
| -- upgrade path for Icinga 2.1.0
 | |
| --
 | |
| -- -----------------------------------------
 | |
| -- Copyright (c) 2014 Icinga Development Team (http://www.icinga.org)
 | |
| --
 | |
| -- Please check http://docs.icinga.org for upgrading information!
 | |
| -- -----------------------------------------
 | |
| 
 | |
| ALTER TABLE icinga_programstatus ADD COLUMN endpoint_name TEXT default NULL;
 | |
| 
 | |
| -- -----------------------------------------
 | |
| -- update dbversion
 | |
| -- -----------------------------------------
 | |
| 
 | |
| SELECT updatedbversion('1.11.7');
 | |
| 
 |