Remove the deprecated schema definition for call forward no answer.
This commit is contained in:
@@ -309,13 +309,11 @@
|
|||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_destination";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_destination";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_destination";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = "forward_no_answer_enabled";
|
$apps[$x]['db'][$y]['fields'][$z]['name'] = "forward_no_answer_enabled";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = "forward_unanswered_enabled";
|
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
|
||||||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = "";
|
||||||
$z++;
|
$z++;
|
||||||
|
|||||||
Reference in New Issue
Block a user