mirror of https://github.com/Icinga/icinga2.git
parent
19fb71ed7c
commit
32b37f0db9
|
@ -222,6 +222,7 @@ CREATE TABLE icinga_contactgroup_members (
|
|||
instance_id bigint default 0,
|
||||
contactgroup_id bigint default 0,
|
||||
contact_object_id bigint default 0,
|
||||
session_token INTEGER default NULL,
|
||||
CONSTRAINT PK_contactgroup_member_id PRIMARY KEY (contactgroup_member_id)
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in New Issue