X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=xml%2Fschema%2FACL%2FEntityRole.xml;h=5d7958b729285ded56042edf7ebbd952abcf9d42;hb=bd7c62197db358d23bb421c3cf6f70cf4f555f54;hp=80eaf5f10b1fd29e4da8bcabea10f06a6bad74c0;hpb=3587381cb6fe49cb6628b9348906a6ad3043bec9;p=civicrm-core.git diff --git a/xml/schema/ACL/EntityRole.xml b/xml/schema/ACL/EntityRole.xml index 80eaf5f10b..5d7958b729 100644 --- a/xml/schema/ACL/EntityRole.xml +++ b/xml/schema/ACL/EntityRole.xml @@ -1,64 +1,69 @@ - CRM/ACL - EntityRole - civicrm_acl_entity_role - Join table for Contacts and Groups to ACL Roles + CRM/ACL + EntityRole + civicrm_acl_entity_role + Join table for Contacts and Groups to ACL Roles + 1.6 + + id + int unsigned + Entity Role + true + Unique table ID 1.6 - - id - int unsigned - true - Unique table ID - 1.6 - - - id - true - - - acl_role_id - int unsigned - true - Foreign Key to ACL Role (which is an option value pair and hence an implicit FK) - 1.6 - - - entity_table - varchar - 64 - true - Table of the object joined to the ACL Role (Contact or Group) - 1.6 - - - entity_id - int unsigned - true - ID of the group/contact object being joined - 1.6 - - - entity_id - entity_table - 1.6 - - - is_active - boolean - Is this property active? - 1.6 - - - index_role - acl_role_id - 1.6 - - - index_entity - entity_table - entity_id - 1.6 - + + + id + true + + + acl_role_id + ACL Role ID + int unsigned + true + Foreign Key to ACL Role (which is an option value pair and hence an implicit FK) + 1.6 + + + entity_table + Entity Table + varchar + 64 + true + Table of the object joined to the ACL Role (Contact or Group) + 1.6 + + + entity_id + ACL Entity ID + int unsigned + true + ID of the group/contact object being joined + 1.6 + + + entity_id + entity_table + 1.6 + + + is_active + ACL Entity Role is Active + boolean + Is this property active? + 1.6 + + + index_role + acl_role_id + 1.6 + + + index_entity + entity_table + entity_id + 1.6 +