Update app_config.php

This commit is contained in:
FusionPBX
2019-03-24 08:26:29 -06:00
committed by GitHub
parent 862528db2b
commit 15613046a5
+1 -1
View File
@@ -816,7 +816,7 @@
$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]['key']['type'] = "foreign";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_contact";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_contacts";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "contact_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "user_uuid";