MT#63233 Fix 15565.down script

Remove extra comma at the end of the IN condition.

Change-Id: I6f6c7c0872d103b104e467e099573677b5455df8
mr13.5
jsung 7 months ago committed by Jenkins Jenkins
parent 6698a2c8ef
commit 58598eeaff

@ -5,7 +5,7 @@ DELETE FROM voip_sound_handles WHERE name in(
'recent_call_confirmation',
'recent_call_anonymous',
'recent_call_empty',
'recent_call_deleted',
'recent_call_deleted'
);
DELETE FROM voip_sound_groups WHERE name = 'recent_calls';

Loading…
Cancel
Save