Remove the call_block primary key.
This commit is contained in:
parent
65fdcc52ca
commit
2dd1e921c5
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue