Update app_config.php

This commit is contained in:
FusionPBX 2017-12-04 01:01:40 -07:00 committed by GitHub
parent fba5ef609f
commit 823499dac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -344,6 +344,10 @@
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_enabled_date";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "timestamp";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_template";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_template";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";