mirror of https://github.com/Icinga/icinga2.git
9 lines
265 B
MySQL
9 lines
265 B
MySQL
|
|
||
|
|
||
|
-- -----------------------------------------
|
||
|
-- #6094
|
||
|
-- -----------------------------------------
|
||
|
|
||
|
ALTER TABLE icinga_hoststatus ADD COLUMN is_reachable smallint(6) DEFAULT NULL;
|
||
|
ALTER TABLE icinga_servicestatus ADD COLUMN is_reachable smallint(6) DEFAULT NULL;
|