Fix missing session_token column

refs #12210
This commit is contained in:
Michael Friedrich 2016-08-01 09:37:10 +02:00
parent 19fb71ed7c
commit 32b37f0db9
1 changed files with 1 additions and 0 deletions

View File

@ -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)
);