diff --git a/app/devices/app_config.php b/app/devices/app_config.php index cd2614e180..2d36c958f3 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -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";