From 428cbea8a3244db847336d414449ef5efb42f2b6 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 17 Jan 2025 21:58:21 +0000 Subject: [PATCH] Bug 35145: (follow-up) Tidy DBUpdate Signed-off-by: Lucas Gass --- .../mysql/atomicupdate/bug_35145_order_patron_attributes.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl b/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl index ed46374ed04..8dc108ffa17 100755 --- a/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl +++ b/installer/data/mysql/atomicupdate/bug_35145_order_patron_attributes.pl @@ -20,4 +20,4 @@ return { # tables say_success( $out, "Added column 'borrower_attribute_types.display_order'" ); }, -}; \ No newline at end of file +}; -- 2.39.5