From 16d5f0f8e6d0439842dcda3f2b33b48debd0106e Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 14 Jan 2017 12:12:06 -0700 Subject: [PATCH] Update app_config.php --- core/domain_settings/app_config.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/domain_settings/app_config.php b/core/domain_settings/app_config.php index 49b89db6af..0e78ea0e7d 100644 --- a/core/domain_settings/app_config.php +++ b/core/domain_settings/app_config.php @@ -116,6 +116,11 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "primary"; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "app_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)"; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "domain_setting_category"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the category."; @@ -144,4 +149,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>