From 31120931d32369e900e8feea1d0b304637f5f50a Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 5 Jun 2023 15:22:15 -0300 Subject: [PATCH] Bug 33697: DBRev 22.06.00.004 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit d196b9b6199d43b05393802dc5aa8cc1e34453e0) Signed-off-by: Matt Blenkinsop --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_33697.pl => db_revs/221106004.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_33697.pl => db_revs/221106004.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 47f342966d..bef9ccfac4 100644 --- a/Koha.pm +++ b/Koha.pm @@ -30,7 +30,7 @@ use vars qw{ $VERSION }; # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "22.11.06.003"; +$VERSION = "22.11.06.004"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug_33697.pl b/installer/data/mysql/db_revs/221106004.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_33697.pl rename to installer/data/mysql/db_revs/221106004.pl -- 2.39.5