Change the data type for sip_profile_hostname to char.

This commit is contained in:
Mark Crane
2013-11-18 17:16:38 +00:00
parent 137176ae1f
commit 6deb1a2750

View File

@@ -91,7 +91,7 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_hostname";
$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'] = "vachar(255)";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(255)";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_description";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";