Skip to content

Commit

Permalink
DB IDO: Clean schema.
Browse files Browse the repository at this point in the history
Refs #5636
  • Loading branch information
Michael Friedrich committed Mar 10, 2014
1 parent f283dca commit 81dac37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/db_ido_mysql/schema/mysql.sql
Expand Up @@ -1392,6 +1392,7 @@ 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;


-- -----------------------------------------
-- add index (delete)
-- -----------------------------------------
Expand Down
1 change: 1 addition & 0 deletions components/db_ido_pgsql/schema/pgsql.sql
Expand Up @@ -1420,6 +1420,7 @@ 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;


-- -----------------------------------------
-- add index (delete)
-- -----------------------------------------
Expand Down

0 comments on commit 81dac37

Please sign in to comment.