Corrected PK name for vm greetings table.
This commit is contained in:
parent
1ef394840f
commit
7e009cf30b
|
|
@ -66,7 +66,8 @@
|
|||
$apps[$x]['db'][$y]['fields'][$z]['description']['en'] = '';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['deprecated'] = 'true';
|
||||
$z++;
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name'] = 'greeting_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['text'] = 'voicemail_greeting_uuid';
|
||||
$apps[$x]['db'][$y]['fields'][$z]['name']['deprecated'] = 'greeting_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