Doh. The 'Is a member of group' relationship should target a group.

This commit is contained in:
Andrew McMillan 2006-10-29 19:36:26 +13:00
parent 3d6ca27cbb
commit 1e69b15ee8

View File

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