From bfe6db7ccb7e11d1202fdd3ee05202fa54811711 Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Fri, 28 Apr 2023 04:08:13 +0000 Subject: [PATCH] Bug 33053: (QA follow-up) fix syntax error Signed-off-by: Aleisha Amohia --- installer/data/mysql/atomicupdate/bug_33053.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_33053.pl b/installer/data/mysql/atomicupdate/bug_33053.pl index 8a74194aaf1..a2277628e57 100755 --- a/installer/data/mysql/atomicupdate/bug_33053.pl +++ b/installer/data/mysql/atomicupdate/bug_33053.pl @@ -7,7 +7,7 @@ return { my ($args) = @_; my ($dbh, $out) = @$args{qw(dbh out)}; $dbh->do(q{ - ALTER TABLE item_groups CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'id for the bibliographic record the group belongs to'` + ALTER TABLE item_groups CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'id for the bibliographic record the group belongs to' }); $dbh->do(q{ ALTER TABLE recalls CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'Identifier for bibliographic record that has been recalled' -- 2.30.2