From 7cea5b6f348271a5530bd7a6e3097fc2e91db8e2 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 21 Oct 2024 10:25:37 +0000 Subject: [PATCH] Bug 36798: DBRev 24.06.00.037 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_36798.pl => db_revs/240600037.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_36798.pl => db_revs/240600037.pl} (92%) diff --git a/Koha.pm b/Koha.pm index 51ef5c1dfb..da927fa7c4 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 = "24.06.00.036"; +$VERSION = "24.06.00.037"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_36798.pl b/installer/data/mysql/db_revs/240600037.pl similarity index 92% rename from installer/data/mysql/atomicupdate/bug_36798.pl rename to installer/data/mysql/db_revs/240600037.pl index 31b5fac954..2b515a9684 100755 --- a/installer/data/mysql/atomicupdate/bug_36798.pl +++ b/installer/data/mysql/db_revs/240600037.pl @@ -3,7 +3,7 @@ use Koha::Installer::Output qw(say_warning say_failure say_success say_info); return { bug_number => "36798", - description => "Add `SearchCancelledAndInvalidISBNandISSN` preference", + description => "Add 'SearchCancelledAndInvalidISBNandISSN' preference", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5