Update app_config.php
No one has these fields yet except for the original developer so deprecated value in the array is not needed.
This commit is contained in:
parent
05731394b5
commit
95cfb8d138
|
|
@ -364,18 +364,15 @@
|
|||
$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']['text'] = "device_provisioned_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_date";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "datetime";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "device_provisioned_method";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_method";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_method";
|
||||
$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']['text'] = "device_provisioned_ip";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "device_provisioned_ip";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_provisioned_ip";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue