summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/slaperiods.sql
blob: 013c4f7811b8812bca25f8c5bc72752221dd9637 (plain)
1
2
3
4
5
CREATE TABLE icinga_outofsla_periods (
    timeperiod_object_id numeric NOT NULL,
    start_time timestamp without time zone NOT NULL,
    end_time timestamp without time zone NOT NULL
);