Corrected PK name for vm greetings table.

This commit is contained in:
Nate Jones
2012-09-27 05:06:04 +00:00
parent 1ef394840f
commit 7e009cf30b

View File

@@ -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)';