From eaf65eea04952b0d8739643acd51418237cbb9fc Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 9 Oct 2019 22:37:11 -0600 Subject: [PATCH] Update app_config.php --- core/menu/app_config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/core/menu/app_config.php b/core/menu/app_config.php index 619a65fc0b..f73473c466 100644 --- a/core/menu/app_config.php +++ b/core/menu/app_config.php @@ -150,6 +150,12 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "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]['description']['en-us'] = ""; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "menu_item_title"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; @@ -288,4 +294,4 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; -?> \ No newline at end of file +?>