From 86d3bfa9395cc97d022731aad87b12eb74c0771b Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Sat, 23 Aug 2014 10:39:17 +1200 Subject: [PATCH] CRM-15168 whitespace only --- xml/schema/ACL/EntityRole.xml | 118 +++++++-------- xml/schema/Core/Dashboard.xml | 264 +++++++++++++++++----------------- 2 files changed, 191 insertions(+), 191 deletions(-) diff --git a/xml/schema/ACL/EntityRole.xml b/xml/schema/ACL/EntityRole.xml index 80eaf5f10b..0432031236 100644 --- a/xml/schema/ACL/EntityRole.xml +++ b/xml/schema/ACL/EntityRole.xml @@ -1,64 +1,64 @@ - 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 + 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 + 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 +
diff --git a/xml/schema/Core/Dashboard.xml b/xml/schema/Core/Dashboard.xml index a26178cdea..ba4d2f5e03 100644 --- a/xml/schema/Core/Dashboard.xml +++ b/xml/schema/Core/Dashboard.xml @@ -1,137 +1,137 @@ - CRM/Core - Dashboard - civicrm_dashboard - Table to store dashboard. + CRM/Core + Dashboard + civicrm_dashboard + Table to store dashboard. + 3.1 + + id + int unsigned + true 3.1 - - id - int unsigned - true - 3.1 - - - id - true - - - domain_id - int unsigned - true - -
civicrm_domain
- id - name - - Domain for dashboard - 3.1 - - - domain_id - civicrm_domain
- id - 3.1 -
- - name - varchar - Dashlet Name - 64 - Internal name of dashlet. - 4.4 - - - label - varchar - 255 - dashlet title - true - 3.1 - - - url - varchar - 255 - url in case of external dashlet - 3.1 - - - content - text - dashlet content - 3.1 - 3.3 - - - permission - varchar - 255 - Permission for the dashlet - 3.1 - - - permission_operator - varchar - 3 - Permission Operator - 3.1 - - - column_no - boolean - column no for this dashlet - 0 - 3.1 - - - is_minimized - boolean - Is Minimized? - 0 - 3.1 - - - fullscreen_url - varchar - 255 - fullscreen url for dashlet - 3.4 - - - is_fullscreen - boolean - Is Fullscreen? - 1 - 3.1 - - - is_active - boolean - Is this dashlet active? - 0 - 3.1 - - - is_reserved - boolean - Is this dashlet reserved? - 0 - 3.1 - - - weight - int - Ordering of the dashlets. - 0 - 3.1 - - - created_date - datetime - When was content populated - 3.1 - 3.3 - + + + id + true + + + domain_id + int unsigned + true + + civicrm_domain
+ id + name +
+ Domain for dashboard + 3.1 +
+ + domain_id + civicrm_domain
+ id + 3.1 +
+ + name + varchar + Dashlet Name + 64 + Internal name of dashlet. + 4.4 + + + label + varchar + 255 + dashlet title + true + 3.1 + + + url + varchar + 255 + url in case of external dashlet + 3.1 + + + content + text + dashlet content + 3.1 + 3.3 + + + permission + varchar + 255 + Permission for the dashlet + 3.1 + + + permission_operator + varchar + 3 + Permission Operator + 3.1 + + + column_no + boolean + column no for this dashlet + 0 + 3.1 + + + is_minimized + boolean + Is Minimized? + 0 + 3.1 + + + fullscreen_url + varchar + 255 + fullscreen url for dashlet + 3.4 + + + is_fullscreen + boolean + Is Fullscreen? + 1 + 3.1 + + + is_active + boolean + Is this dashlet active? + 0 + 3.1 + + + is_reserved + boolean + Is this dashlet reserved? + 0 + 3.1 + + + weight + int + Ordering of the dashlets. + 0 + 3.1 + + + created_date + datetime + When was content populated + 3.1 + 3.3 + -- 2.25.1