summaryrefslogtreecommitdiffstats
path: root/schema/postgresql/t/02-icinga_objects.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema/postgresql/t/02-icinga_objects.sql')
-rw-r--r--schema/postgresql/t/02-icinga_objects.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/schema/postgresql/t/02-icinga_objects.sql b/schema/postgresql/t/02-icinga_objects.sql
new file mode 100644
index 0000000..74d622b
--- /dev/null
+++ b/schema/postgresql/t/02-icinga_objects.sql
@@ -0,0 +1,5 @@
+SELECT plan(0);
+CREATE TABLE icinga_objects (
+ object_id numeric DEFAULT '0'::numeric,
+ objecttype_id smallint DEFAULT '1'::smallint
+);