From d8ed3799d9ddef0a49b63afcdaee7a79e37765bd 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 --- 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.30.2