Provisioning fix device_setting_category and device_setting_subcategory schema definitions.
This commit is contained in:
parent
a812951dc1
commit
6ad7a8000d
|
|
@ -304,11 +304,11 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = "device_setting_category";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "text";
|
||||
$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_setting_subcategory";
|
||||
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = "text";
|
||||
$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_setting_name";
|
||||
|
|
|
|||
Loading…
Reference in New Issue