summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/t/03-hoststatus.sql
blob: 3f6b4e8b1d1faaefe5e3240e5d3b5f5649094f02 (plain)
1
2
3
4
5
6
7
SELECT plan(0);
CREATE TABLE icinga_hoststatus (
    host_object_id numeric DEFAULT '0'::numeric,
    status_update_time timestamp WITHOUT time zone,
    current_state smallint DEFAULT '0'::smallint,
    state_type smallint DEFAULT '0'::smallint
);