|
@@ -89,6 +89,13 @@
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
|
$z++;
|
|
$z++;
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_parent_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
|
+ $z++;
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_type';
|
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_type';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the type.';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = 'Enter the type.';
|
|
@@ -318,4 +325,35 @@
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
$z++;
|
|
$z++;
|
|
|
|
+
|
|
|
|
+ $y = 4; //table array index
|
|
|
|
+ $apps[$x]['db'][$y]['table'] = 'v_contact_groups';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_groups_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
|
+ $z++;
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'domain_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_domains';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'domain_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
|
+ $z++;
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'contact_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'foreign';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = 'v_contacts';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = 'contact_uuid';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
|
|
+ $z++;
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['name'] = 'group_name';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
|
|
|
|
+ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = '';
|
|
?>
|
|
?>
|