Remove the call_block primary key.

This commit is contained in:
Mark Crane 2013-09-12 17:20:50 +00:00
parent 65fdcc52ca
commit 2dd1e921c5
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'blocked_caller_number';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'text';
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = 'Enter the full phone number.';
$apps[$x]['db'][$y]['fields'][$z]['key']['type'] = 'primary';
$z++;
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'blocked_call_count';
$apps[$x]['db'][$y]['fields'][$z]['type'] = 'numeric';