remove reference

This commit is contained in:
agree 2021-05-09 16:07:17 -04:00 committed by GitHub
parent 06062b7fba
commit d7d7c6c678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -578,8 +578,6 @@
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "call_center_queue_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "uuid";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_call_centers";
$apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "call_center_uuid";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "Queue uuid";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "cc_side";