From 819b2fec540dd5ac16479c2a1fb48d58b676b5a7 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 22 Sep 2023 11:12:00 -0300 Subject: [PATCH] Bug 34843: DBRev 22.11.10.003 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit aea9fce4b0320fa57bc729042286c655580735e3) Signed-off-by: Fridolin Somers (cherry picked from commit 9452ff0095fcfbdc48de4de52dd8524f99c92afd) Signed-off-by: Jacob O'Mara --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_34843.pl => db_revs/221110003.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_34843.pl => db_revs/221110003.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 8ee1db5ec7..6a6a8f769e 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.002"; +$VERSION = "22.11.10.003"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug_34843.pl b/installer/data/mysql/db_revs/221110003.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_34843.pl rename to installer/data/mysql/db_revs/221110003.pl -- 2.39.5