From 8e24ce12059ef8f78918aa54d1917913552783ba Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 31 May 2024 13:51:49 +0000 Subject: [PATCH] Bug 36665: DBRev 23.05.11.002 Signed-off-by: Lucas Gass --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_36665.pl => db_revs/230511002.pl} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_36665.pl => db_revs/230511002.pl} (88%) diff --git a/Koha.pm b/Koha.pm index 08c4d0ec96..f6ed3858b4 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.05.11.001"; +$VERSION = "23.05.11.002"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_36665.pl b/installer/data/mysql/db_revs/230511002.pl similarity index 88% rename from installer/data/mysql/atomicupdate/bug_36665.pl rename to installer/data/mysql/db_revs/230511002.pl index 951248b4d9..418b1a5d88 100755 --- a/installer/data/mysql/atomicupdate/bug_36665.pl +++ b/installer/data/mysql/db_revs/230511002.pl @@ -1,5 +1,4 @@ use Modern::Perl; -use Koha::Installer::Output qw(say_warning say_failure say_success say_info); return { bug_number => "36665", -- 2.39.5