From f104acbb2b6dfb1a0ccaab9135bc050c929630b7 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 29 Sep 2016 20:09:05 -0600 Subject: [PATCH] Update app_config.php --- app/dialplan/app_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/dialplan/app_config.php b/app/dialplan/app_config.php index fcca86807b..2b82c7d2a8 100644 --- a/app/dialplan/app_config.php +++ b/app/dialplan/app_config.php @@ -109,7 +109,7 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = ""; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "dialplan_xml"; - $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "xml"; + $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";