diff --git a/app/devices/app_config.php b/app/devices/app_config.php index 25005b4bf6..80ad2113ce 100644 --- a/app/devices/app_config.php +++ b/app/devices/app_config.php @@ -258,8 +258,8 @@ $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_user_uuid"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "user_uuid"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "device_user_uuid"; + //$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "user_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";