Deprecate provisioning_list in the v_extensions table

This commit is contained in:
Mark Crane
2014-07-22 10:12:24 +00:00
parent 133e709e2b
commit 1dc516524a

View File

@@ -139,6 +139,7 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = "provisioning_list";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";
$apps[$x]['db'][$y]['fields'][$z]['description']['en-us'] = "";
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = "true";
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = "mailbox";
$apps[$x]['db'][$y]['fields'][$z]['type'] = "text";