Update device_user_uuid.

This commit is contained in:
markjcrane
2016-06-21 18:09:37 -06:00
parent ea6758b06a
commit 3afda7a32a

View File

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