mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-01-27 00:33:34 +00:00
Doh. The 'Is a member of group' relationship should target a group.
This commit is contained in:
parent
3d6ca27cbb
commit
1e69b15ee8
@ -24,7 +24,7 @@ INSERT INTO relationship_type ( rt_id, rt_name, rt_isgroup, confers, prefix_matc
|
||||
VALUES( 2, 'Is Assisted by', FALSE, 'RW', '' );
|
||||
|
||||
INSERT INTO relationship_type ( rt_id, rt_name, rt_isgroup, confers, prefix_match )
|
||||
VALUES( 3, 'Is a member of group', FALSE, 'R', '' );
|
||||
VALUES( 3, 'Is a member of group', TRUE, 'R', '' );
|
||||
|
||||
INSERT INTO relationship_type ( rt_id, rt_name, rt_isgroup, confers, prefix_match )
|
||||
VALUES( 4, 'Administers Resource', FALSE, 'RW', '' );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user