From 37e482f03bd86524366d89a40c15114f6f487252 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 28 Oct 2021 17:47:05 +0200 Subject: [PATCH] Bug 28959: DBRev 21.06.00.039 Signed-off-by: Jonathan Druart Signed-off-by: David Nind https://bugs.koha-community.org/show_bug.cgi?id=28371 --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_28959.pl => db_revs/210600039.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_28959.pl => db_revs/210600039.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 0c7943a2a7..390b1dcd65 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 = "21.06.00.038"; +$VERSION = "21.06.00.039"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_28959.pl b/installer/data/mysql/db_revs/210600039.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_28959.pl rename to installer/data/mysql/db_revs/210600039.pl -- 2.20.1