Update app_config.php

This commit is contained in:
FusionPBX 2016-09-29 20:09:05 -06:00 committed by GitHub
parent f8fb2f87f5
commit f104acbb2b
1 changed files with 1 additions and 1 deletions

View File

@ -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'] = "";