From 77303901381b84eaec2bee18a5df1d4ab1bdb6f7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 10 Oct 2023 10:21:15 -0300 Subject: [PATCH] Bug 25560: DBRev 23.06.00.032 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- .../230600032.pl} | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) rename installer/data/mysql/{atomicupdate/bug_25560-amend_UpdateNotForLoanStatusOnCheckin_syspref.pl => db_revs/230600032.pl} (92%) diff --git a/Koha.pm b/Koha.pm index af28646666..339d945fb2 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "23.06.00.031"; +$VERSION = "23.06.00.032"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_25560-amend_UpdateNotForLoanStatusOnCheckin_syspref.pl b/installer/data/mysql/db_revs/230600032.pl similarity index 92% rename from installer/data/mysql/atomicupdate/bug_25560-amend_UpdateNotForLoanStatusOnCheckin_syspref.pl rename to installer/data/mysql/db_revs/230600032.pl index b4bf66ad1a..e5c7ebbe7c 100755 --- a/installer/data/mysql/atomicupdate/bug_25560-amend_UpdateNotForLoanStatusOnCheckin_syspref.pl +++ b/installer/data/mysql/db_revs/230600032.pl @@ -1,10 +1,9 @@ use Modern::Perl; return { - bug_number => "25560", - description => - "Migrating existing UpdateNotForLoanStatusOnCheckin rules to new format", - up => sub { + bug_number => "25560", + description => "Migrating existing UpdateNotForLoanStatusOnCheckin rules to new format", + up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5