From 065555dfc67fa0f9ea79b25135b7cf78a3564582 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 19 Apr 2024 17:01:54 +0000 Subject: [PATCH] Bug 32132: DBRev 23.12.00.023 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_32132.pl => db_revs/231200023.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_32132.pl => db_revs/231200023.pl} (83%) diff --git a/Koha.pm b/Koha.pm index 695d1d0d03..39dc37bedb 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.022"; +$VERSION = "23.12.00.023"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_32132.pl b/installer/data/mysql/db_revs/231200023.pl similarity index 83% rename from installer/data/mysql/atomicupdate/bug_32132.pl rename to installer/data/mysql/db_revs/231200023.pl index f85fb7e084..da631191fe 100755 --- a/installer/data/mysql/atomicupdate/bug_32132.pl +++ b/installer/data/mysql/db_revs/231200023.pl @@ -12,6 +12,6 @@ return { # Print useful stuff here # tables - say $out "Change aqbudgets.budget_period_id to NOT accept NULL values."; + say $out "Updated aqbudgets.budget_period_id to NOT accept NULL values"; }, }; -- 2.39.5