Fix the call broadcast bug that had broken update and delete.
This commit is contained in:
parent
573a09ce7a
commit
6d609a128b
|
|
@ -51,8 +51,9 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_call_broadcast_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'broadcast_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'call_broadcast_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'call_call_broadcast_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'][] = 'broadcast_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['pgsql'] = 'uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['sqlite'] = 'text';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['type']['mysql'] = 'char(36)';
|
||||
|
|
|
|||
Loading…
Reference in New Issue