From 5d77aa75bccaf71b321ad5e3ab5b78b92fd58c80 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sat, 9 May 2015 23:30:56 +0000 Subject: [PATCH] Add missing group_uuid in v_group_permissions. --- core/users/app_config.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/core/users/app_config.php b/core/users/app_config.php index 1040cccdd1..e01b97486e 100644 --- a/core/users/app_config.php +++ b/core/users/app_config.php @@ -361,12 +361,12 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; - //$apps[$x]['db'][$y]['fields'][$z]['name'] = "group_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'] = ""; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "group_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]['description']['en-us'] = ""; $y = 4; //table array index $z = 0; //field array index