From 6ad7a8000d38a7f6102ca9df5e21f19cec643fb0 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 24 Nov 2013 00:35:02 +0000 Subject: [PATCH] Provisioning fix device_setting_category and device_setting_subcategory schema definitions. --- app/devices/app_config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 07dd7d2b88..f3b7ce32ac 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -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";