From 0dfc2baafb83507637ba63a2af133bb5dd76ce49 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Tue, 16 Dec 2014 22:59:25 +0000 Subject: [PATCH] Remove the deprecated schema definition for call forward no answer. --- app/extensions/app_config.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/extensions/app_config.php b/app/extensions/app_config.php index 7c816a7844..d50380264a 100644 --- a/app/extensions/app_config.php +++ b/app/extensions/app_config.php @@ -309,13 +309,11 @@ $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_destination"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_destination"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_destination"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++; - $apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_enabled"; - $apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_enabled"; + $apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_enabled"; $apps[$x]['db'][$y]['fields'][$z]['type'] = "text"; $apps[$x]['db'][$y]['fields'][$z]['description']['en'] = ""; $z++;