From 6fecc2a9f31389a8c1dd584dc744a06ea3376b8f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Thu, 2 May 2024 14:26:08 +0000 Subject: [PATCH] Bug 25159: DBRev 23.12.00.043 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_25159.pl => db_revs/231200043.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_25159.pl => db_revs/231200043.pl} (93%) diff --git a/Koha.pm b/Koha.pm index aa9d138b5a..60bdbf8125 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.042"; +$VERSION = "23.12.00.043"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_25159.pl b/installer/data/mysql/db_revs/231200043.pl similarity index 93% rename from installer/data/mysql/atomicupdate/bug_25159.pl rename to installer/data/mysql/db_revs/231200043.pl index 7a6d995ed6..944f2e3041 100755 --- a/installer/data/mysql/atomicupdate/bug_25159.pl +++ b/installer/data/mysql/db_revs/231200043.pl @@ -1,7 +1,7 @@ use Modern::Perl; return { - bug_number => "251159", + bug_number => "25159", description => "Add action logs should be stored in JSON ( and as a diff of the change )", up => sub { my ($args) = @_; -- 2.39.5