From e66d51d6a18674f44dcd6d0f6955b1e1b059ca49 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 18 Dec 2012 06:04:03 +0000 Subject: [PATCH] Add cid_name_prefix and call_prompt to follow me. --- app/follow_me/app_config.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/follow_me/app_config.php b/app/follow_me/app_config.php index f81654d723..ebe468d422 100644 --- a/app/follow_me/app_config.php +++ b/app/follow_me/app_config.php @@ -74,6 +74,14 @@ $apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)'; $apps[$x]['db'][$y]['fields'][$z]['key'] = 'primary'; $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'cid_name_prefix'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $z++; + $apps[$x]['db'][$y]['fields'][$z]['name'] = 'call_prompt'; + $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; + $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ''; + $z++; $apps[$x]['db'][$y]['fields'][$z]['name'] = 'follow_me_enabled'; $apps[$x]['db'][$y]['fields'][$z]['type'] = 'text'; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';