Update app_config.php

This commit is contained in:
FusionPBX 2019-03-24 08:07:38 -06:00 committed by GitHub
parent 0a68b4472f
commit 913fc9dfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -334,6 +334,8 @@
$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_voicemails";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "voicemail_uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "created_epoch";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "numeric";