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