Update app_config.php

This commit is contained in:
FusionPBX 2019-04-18 08:38:54 -06:00 committed by GitHub
parent 8875370494
commit 2acd85ae24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?php
//application details
$apps[$x]['name'] = "Emails";
$apps[$x]['name'] = "Email Logs";
$apps[$x]['uuid'] = "bd64f590-9a24-468d-951f-6639ac728694";
$apps[$x]['category'] = "Switch";
$apps[$x]['subcategory'] = "";
@ -51,7 +51,8 @@
//schema details
$y=0;
$apps[$x]['db'][$y]['table']['name'] = "v_emails";
$apps[$x]['db'][$y]['table']['name']['text'] = "v_emails";
$apps[$x]['db'][$y]['table']['name']['deprecated'] = "v_email_logs";
$apps[$x]['db'][$y]['table']['parent'] = "";
$z=0;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "email_uuid";