From 37a7f99493ce509283163a7bf0da4f2b40684f3d Mon Sep 17 00:00:00 2001 From: jsung Date: Mon, 14 Jul 2025 15:24:00 +0200 Subject: [PATCH] MT#63224 Fix 15755.down script Update the outer single quote to double quote for 'description' Change-Id: I67ad49c5d7d2939c0a1177e92ac07a7b4cee6a61 --- db_scripts/diff/15755.down | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_scripts/diff/15755.down b/db_scripts/diff/15755.down index 0c022dd8..09af31dc 100644 --- a/db_scripts/diff/15755.down +++ b/db_scripts/diff/15755.down @@ -21,6 +21,6 @@ INSERT INTO voip_preferences SET expose_to_subscriber = 0, data_type = 'string', read_only = 0, - description = 'The 'caller_pattern' of a peering group has to match this tag to be considered for outgoing calls.'; + description = "The 'caller_pattern' of a peering group has to match this tag to be considered for outgoing calls."; COMMIT;