From 9d327f5496234d4fa0d091a0b2d3848d290aabb2 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 6 Jun 2023 15:26:52 -0300 Subject: [PATCH] Bug 21983: DBRev 22.11.00.005 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit aa3218855316923f10da873528dd300b58ed0e3a) --- Koha.pm | 2 +- .../{atomicupdate/bug_21983_ill_fk.pl => db_revs/221106005.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_21983_ill_fk.pl => db_revs/221106005.pl} (100%) diff --git a/Koha.pm b/Koha.pm index bef9ccfac4..24ad4b445a 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.004"; +$VERSION = "22.11.06.005"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug_21983_ill_fk.pl b/installer/data/mysql/db_revs/221106005.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_21983_ill_fk.pl rename to installer/data/mysql/db_revs/221106005.pl -- 2.39.5