From 7678b610b2ee4c724f826bdc5ceca9fbdbc39579 Mon Sep 17 00:00:00 2001 From: Lisette Scheer Date: Fri, 20 Jun 2025 20:22:24 +0000 Subject: [PATCH] Bug 20644: [DO NOT PUSH] DBIC Update Tidied --- .../atomicupdate/bug_20644-add_checkprevcheckout_to_items.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_20644-add_checkprevcheckout_to_items.pl b/installer/data/mysql/atomicupdate/bug_20644-add_checkprevcheckout_to_items.pl index 9e975facbf9..d09e1f1e53b 100755 --- a/installer/data/mysql/atomicupdate/bug_20644-add_checkprevcheckout_to_items.pl +++ b/installer/data/mysql/atomicupdate/bug_20644-add_checkprevcheckout_to_items.pl @@ -7,7 +7,7 @@ return { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; - if( !column_exists( 'itemtypes', 'checkprevcheckout' ) ) { + if ( !column_exists( 'itemtypes', 'checkprevcheckout' ) ) { $dbh->do( q{ ALTER TABLE itemtypes -- 2.39.5