소스 검색

Deprecate contact_groups_uuid and change it to contact_group_uuid.

Mark Crane 10 년 전
부모
커밋
c3da05883d
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app_config.php

+ 2 - 1
app_config.php

@@ -393,7 +393,8 @@
 
 		$y = 4; //table array index
 		$apps[$x]['db'][$y]['table'] = "v_contact_groups";
-		$apps[$x]['db'][$y]['fields'][$z]['name'] = "contact_group_uuid";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "contact_group_uuid";
+		$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "contact_groups_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)";