From bd47ab5bcbc21eb29b85373b142832a6e1b92ea4 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 18 Sep 2023 11:56:35 -0300 Subject: [PATCH] Bug 34789: DBRev 23.05.03.001 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit b952d2eb9922ed1afc5c52a2706290f94bb83e03) Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../bug_34789-rename-column.pl => db_revs/230503001.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_34789-rename-column.pl => db_revs/230503001.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 588d3dd70b..b130945e00 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.03.000"; +$VERSION = "23.05.03.001"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_34789-rename-column.pl b/installer/data/mysql/db_revs/230503001.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_34789-rename-column.pl rename to installer/data/mysql/db_revs/230503001.pl -- 2.20.1