From 58598eeaffef186e6edf6e7083544ede9744c643 Mon Sep 17 00:00:00 2001 From: jsung Date: Mon, 14 Jul 2025 17:04:26 +0200 Subject: [PATCH] MT#63233 Fix 15565.down script Remove extra comma at the end of the IN condition. Change-Id: I6f6c7c0872d103b104e467e099573677b5455df8 --- db_scripts/diff/15565.down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/diff/15565.down b/db_scripts/diff/15565.down index e6b76657..a86b1c4a 100644 --- a/db_scripts/diff/15565.down +++ b/db_scripts/diff/15565.down @@ -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';