From 37449d4dd239b0631f624858d7af2aa1a7d48efb Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 15 May 2023 18:11:08 -0300 Subject: [PATCH] Bug 21330: DBRev 22.11.06.002 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit 88989f44a37d54479ea990a3d957370fd903cb4c) Signed-off-by: Pedro Amorim --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug-21330.pl => db_revs/221106002.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug-21330.pl => db_revs/221106002.pl} (100%) mode change 100644 => 100755 diff --git a/Koha.pm b/Koha.pm index 1392e24118..c816f7863c 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.001"; +$VERSION = "22.11.06.002"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug-21330.pl b/installer/data/mysql/db_revs/221106002.pl old mode 100644 new mode 100755 similarity index 100% rename from installer/data/mysql/atomicupdate/bug-21330.pl rename to installer/data/mysql/db_revs/221106002.pl -- 2.39.2