Update app_config.php

This commit is contained in:
FusionPBX 2016-08-25 16:58:31 -06:00 committed by GitHub
parent 95cfb8d138
commit 81a214bafe
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_date";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "datetime";
$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'] = "device_provisioned_method";