Change the primary key for v_languages from languages_uuid to language_uuid.

This commit is contained in:
Mark Crane
2015-01-18 11:13:49 +00:00
parent cdd7f3bc4d
commit 3a2e73adf3
+1 -1
View File
@@ -76,7 +76,7 @@
$y = 1; //table array index $y = 1; //table array index
$z = 0; //field array index $z = 0; //field array index
$apps[$x]['db'][$y]['table'] = "v_languages"; $apps[$x]['db'][$y]['table'] = "v_languages";
$apps[$x]['db'][$y]['fields'][$z]['name'] = "languages_uuid"; $apps[$x]['db'][$y]['fields'][$z]['name'] = "language_uuid";
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "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']['sqlite'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)"; $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";