mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-20 00:10:29 -05:00
parent
19fb71ed7c
commit
32b37f0db9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue