From bc56fb9a281cb3ec3d9e56689c88b8ee4cb976a7 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 25 Mar 2024 08:46:56 +0000 Subject: [PATCH] Bug 23208: DBRev 23.12.00.013 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_23208.pl => db_revs/231200013.pl} | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_23208.pl => db_revs/231200013.pl} (88%) diff --git a/Koha.pm b/Koha.pm index bf793026e9..a20a452620 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.12.00.012"; +$VERSION = "23.12.00.013"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_23208.pl b/installer/data/mysql/db_revs/231200013.pl similarity index 88% rename from installer/data/mysql/atomicupdate/bug_23208.pl rename to installer/data/mysql/db_revs/231200013.pl index 423a9d43d7..bdf7c1f65a 100755 --- a/installer/data/mysql/atomicupdate/bug_23208.pl +++ b/installer/data/mysql/db_revs/231200013.pl @@ -14,5 +14,6 @@ return { VALUES ('HoldRatioDefault','3','','Default value for the Hold ratio report','Integer') } ); + say $out "Added new system preference 'HoldRatioDefault'"; }, }; -- 2.39.5