mirror of https://github.com/Icinga/icinga2.git
15 lines
396 B
SQL
15 lines
396 B
SQL
|
|
|
|
-- -----------------------------------------
|
|
-- #6094
|
|
-- -----------------------------------------
|
|
|
|
ALTER TABLE icinga_hoststatus ADD COLUMN is_reachable INTEGER default 0;
|
|
ALTER TABLE icinga_servicestatus ADD COLUMN is_reachable INTEGER default 0;
|
|
|
|
-- -----------------------------------------
|
|
-- set dbversion
|
|
-- -----------------------------------------
|
|
|
|
SELECT updatedbversion('1.11.3');
|