From da3aef00f89d73005ec9fbcabc7a4b0c0ee94627 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 22 Sep 2023 10:43:50 -0300 Subject: [PATCH] Bug 34844: DBRev 22.11.10.002 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit aacbadb22f21dbb427e62ee2a2b6bb2da54012a7) Signed-off-by: Fridolin Somers (cherry picked from commit bf1eb476514b00334e3619702fa988abb2db98ff) Signed-off-by: Jacob O'Mara --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_34844.pl => db_revs/221110002.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_34844.pl => db_revs/221110002.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 658eaa520d..8ee1db5ec7 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.10.001"; +$VERSION = "22.11.10.002"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug_34844.pl b/installer/data/mysql/db_revs/221110002.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_34844.pl rename to installer/data/mysql/db_revs/221110002.pl -- 2.39.5