mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fix the follow me app_config.php.
This commit is contained in:
@@ -144,6 +144,8 @@
|
|||||||
$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'] = "char(36)";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "foreign";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_follow_me";
|
||||||
|
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "follow_me_uuid";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_destination_uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_destination_uuid";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid";
|
||||||
@@ -172,4 +174,4 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
Reference in New Issue
Block a user