Provisioning fix device_setting_category and device_setting_subcategory schema definitions.

This commit is contained in:
Mark Crane
2013-11-24 00:35:02 +00:00
parent a812951dc1
commit 6ad7a8000d

View File

@@ -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";