From 84aa59581031d3fd82807963de819f8a92799d57 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 23 May 2024 15:40:47 +0000 Subject: [PATCH] Bug 26176: DBRev 23.11.05.009 Signed-off-by: Katrin Fischer (cherry picked from commit eb2e01c1730ac99b8be64694c53c06004d544b90) Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_26176.pl => db_revs/231105009.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_26176.pl => db_revs/231105009.pl} (97%) diff --git a/Koha.pm b/Koha.pm index 9fccce4be9..ef46827b0f 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.11.05.008"; +$VERSION = "23.11.05.009"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_26176.pl b/installer/data/mysql/db_revs/231105009.pl similarity index 97% rename from installer/data/mysql/atomicupdate/bug_26176.pl rename to installer/data/mysql/db_revs/231105009.pl index 305e07e200..562d6bc086 100755 --- a/installer/data/mysql/atomicupdate/bug_26176.pl +++ b/installer/data/mysql/db_revs/231105009.pl @@ -3,7 +3,7 @@ use Koha::Installer::Output qw(say_warning say_failure say_success say_info); return { bug_number => "26176", - description => "Rename AutoLocation and StaffLoginBranchBasedOnIP", + description => "Rename AutoLocation and StaffLoginBranchBasedOnIP system preferences", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5