From 05a4e15398a30ca2268b18671968908e6c688637 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 25 Sep 2023 10:14:08 -0300 Subject: [PATCH] Bug 34748: DBRev 22.11.10.004 Signed-off-by: Tomas Cohen Arazi (cherry picked from commit a06396c2826c604fc9dfe79c22256b6d69edc415) Signed-off-by: Fridolin Somers (cherry picked from commit 6dbd5e5fdbe333b0f0e7197e729ffe659ff98cf1) Signed-off-by: Jacob O'Mara --- Koha.pm | 2 +- .../bug_34748_column_config_error.pl => db_revs/221110004.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_34748_column_config_error.pl => db_revs/221110004.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 6a6a8f769e..7f73df9c83 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.003"; +$VERSION = "22.11.10.004"; sub version { return $VERSION; } diff --git a/installer/data/mysql/atomicupdate/bug_34748_column_config_error.pl b/installer/data/mysql/db_revs/221110004.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_34748_column_config_error.pl rename to installer/data/mysql/db_revs/221110004.pl -- 2.39.5