2014-08-13 10:47:38 -04:00
|
|
|
-- -----------------------------------------
|
|
|
|
|
-- upgrade path for Icinga 2.1.0
|
|
|
|
|
--
|
|
|
|
|
-- -----------------------------------------
|
2019-02-25 10:30:40 -05:00
|
|
|
-- Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+
|
2014-08-13 10:47:38 -04:00
|
|
|
--
|
2017-04-06 16:20:20 -04:00
|
|
|
-- Please check https://docs.icinga.com for upgrading information!
|
2014-08-13 10:47:38 -04:00
|
|
|
-- -----------------------------------------
|
|
|
|
|
|
|
|
|
|
ALTER TABLE icinga_programstatus ADD COLUMN endpoint_name TEXT default NULL;
|
|
|
|
|
|
|
|
|
|
-- -----------------------------------------
|
|
|
|
|
-- update dbversion
|
|
|
|
|
-- -----------------------------------------
|
|
|
|
|
|
|
|
|
|
SELECT updatedbversion('1.11.7');
|
|
|
|
|
|