summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/t/04-icinga_outofsla_periods.sql
blob: 13bd13b16f912c69b4150f77a0016763f892886e (plain)
1
2
3
4
5
6
SELECT plan(0);
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
);