summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/slaperiods.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/postgresql/slaperiods.sql')
-rw-r--r--schema/postgresql/slaperiods.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/postgresql/slaperiods.sql b/schema/postgresql/slaperiods.sql
new file mode 100644
index 0000000..013c4f7
--- /dev/null
+++ b/schema/postgresql/slaperiods.sql
@@ -0,0 +1,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
+);