Fix the software_uuid issue for upgrade schema

This commit is contained in:
Mark Crane
2014-07-06 01:22:33 +00:00
parent eef6a1f801
commit bf68a4bf0c
2 changed files with 2 additions and 2 deletions

View File

@@ -52,7 +52,7 @@
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "software_uuid";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "software_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)";