From d11f0e6c5c1a936c8a77bb26c353ed9c9e25b06e Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 19 Oct 2015 21:58:23 -0600 Subject: [PATCH] Fix the follow me app_config.php. --- app/follow_me/app_config.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index d5803f4437..7302d85b29 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -144,6 +144,8 @@ $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]['key']['type'] = "foreign"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['table'] = "v_follow_me"; + $apps[$x]['db'][$y]['fields'][$z]['key']['reference']['field'] = "follow_me_uuid"; $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = "follow_me_destination_uuid"; $apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = "uuid"; @@ -172,4 +174,4 @@ $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; -?> +?> \ No newline at end of file