Set the database type to text for Postgres.
This commit is contained in:
@@ -125,7 +125,7 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Enter the description.";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_hostname";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "sip_profile_hostname";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "varchar(255)";
|
$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']['sqlite'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "vachar(255)";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "vachar(255)";
|
||||||
$z++;
|
$z++;
|
||||||
|
|||||||
Reference in New Issue
Block a user