瀏覽代碼

Change the primary key for v_languages from languages_uuid to language_uuid.

Mark Crane 10 年之前
父節點
當前提交
6065da7bc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/default_settings/app_config.php

+ 1 - 1
core/default_settings/app_config.php

@@ -76,7 +76,7 @@
 		$y = 1; //table array index
 		$z = 0; //field array index
 		$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']['sqlite'] = "text";
 		$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = "char(36)";