diff --git a/app/voicemail_greetings/app_config.php b/app/voicemail_greetings/app_config.php index ec6c724e91..6d6b3513f2 100644 --- a/app/voicemail_greetings/app_config.php +++ b/app/voicemail_greetings/app_config.php @@ -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)';