From 0128ce5b100df4f96a9b79076077459d3ea8b6c2 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Thu, 12 Oct 2023 14:53:50 +0000 Subject: [PATCH] Bug 34881: (QA follow-up) Remove stray paren Signed-off-by: Nick Clemens Signed-off-by: Tomas Cohen Arazi --- installer/data/mysql/db_revs/220600015.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/db_revs/220600015.pl b/installer/data/mysql/db_revs/220600015.pl index 9b12ba6204..4ba6e51e93 100755 --- a/installer/data/mysql/db_revs/220600015.pl +++ b/installer/data/mysql/db_revs/220600015.pl @@ -34,7 +34,7 @@ return { $lost_val++; $dbh->do( - qq{) + qq{ INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle') } ); -- 2.20.1