Remove the deprecated schema definition for call forward no answer.

This commit is contained in:
Mark Crane
2014-12-16 22:59:25 +00:00
parent 2b17d39d4a
commit 516778f3f3

View File

@@ -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++;