Deprecate device_time_zone the better way to do this is set the time zone information in the default, domains or device settings.

This commit is contained in:
Mark Crane
2014-02-25 07:46:25 +00:00
parent a6c058e813
commit 9f56a7e84d
3 changed files with 1 additions and 25 deletions

View File

@@ -201,6 +201,7 @@
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_time_zone";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_description";
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "phone_description";