Skip to content

Commit

Permalink
DB IDO: Schema update for 0.0.8 provides 1.11.0 version.
Browse files Browse the repository at this point in the history
Refs #5635
  • Loading branch information
Michael Friedrich committed Mar 7, 2014
1 parent c9a5ce0 commit 3b8c1a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions components/db_ido_mysql/schema/upgrade/0.0.8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,8 @@ ALTER TABLE icinga_servicechecks ADD COLUMN endpoint_object_id bigint default NU
ALTER TABLE icinga_statehistory ADD COLUMN endpoint_object_id bigint default NULL;
ALTER TABLE icinga_systemcommands ADD COLUMN endpoint_object_id bigint default NULL;

-- -----------------------------------------
-- set dbversion
-- -----------------------------------------
INSERT INTO icinga_dbversion (name, version, create_time, modify_time) VALUES ('idoutils', '1.11.0', NOW(), NOW()) ON DUPLICATE KEY UPDATE version='1.11.0', modify_time=NOW();

5 changes: 5 additions & 0 deletions components/db_ido_pgsql/schema/upgrade/0.0.8.sql
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,9 @@ ALTER TABLE icinga_servicechecks ADD COLUMN endpoint_object_id bigint default NU
ALTER TABLE icinga_statehistory ADD COLUMN endpoint_object_id bigint default NULL;
ALTER TABLE icinga_systemcommands ADD COLUMN endpoint_object_id bigint default NULL;

-- -----------------------------------------
-- set dbversion
-- -----------------------------------------

SELECT updatedbversion('1.11.0');

4 changes: 2 additions & 2 deletions doc/1-about.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ the support overview page at [https://support.icinga.org].
* Add [Dependency](#objecttype-dependency) object for advanced host/service dependency definition
* Add optional [IcingaNodeName](#global-constants) for cluster feature
* Populate check_source attribute with the checker's node name
* [Cluster](#objecttype-clusterlistener) supports recursive config includes
* Add [Cluster health check]#(cluster-health-check)
* [Cluster](#objecttype-endpoint) supports recursive config includes
* Add [Cluster health check](#cluster-health-check)
* Add more performance data to the [Icinga health check](#itl-icinga)
* Add [IcingaStatusWriter](#objecttype-icingastatuswriter) feature writing a status json file
* Smoother pending service checking during startup
Expand Down

0 comments on commit 3b8c1a0

Please sign in to comment.