summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/slaperiods.sql
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 12:44:36 +0000
commit0fef7990d7a08bdb9c2dc4a1795bbff6d2235cfb (patch)
treea55346ef98b92803951a5ebbccbcb14bc8ac4ca4 /schema/postgresql/slaperiods.sql
parentInitial commit. (diff)
downloadicingaweb2-module-idoreports-0fef7990d7a08bdb9c2dc4a1795bbff6d2235cfb.tar.xz
icingaweb2-module-idoreports-0fef7990d7a08bdb9c2dc4a1795bbff6d2235cfb.zip
Adding upstream version 0.10.0.upstream/0.10.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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
+);