From ecaf45b407f63f40f2722ef1e34ba059cf6b9a71 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 17 Jun 2020 13:11:33 -0600 Subject: [PATCH] Add ivr_menu_parent_uuid --- app/ivr_menus/app_config.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/ivr_menus/app_config.php b/app/ivr_menus/app_config.php index b79ec5450c..1a50e39f3c 100644 --- a/app/ivr_menus/app_config.php +++ b/app/ivr_menus/app_config.php @@ -187,6 +187,13 @@ $apps[$x]['db'][$y]['fields'][$z]['search'] = 'true'; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "ivr_menu_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'] = "ivr_menu_language"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";