From 3d9dfe8e8c539a0ce222553923f7ec45898f1b29 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 28 Jan 2022 10:06:43 -1000 Subject: [PATCH] Bug 21729: DBRev 21.12.00.010 Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_21729.pl => db_revs/211200010.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_21729.pl => db_revs/211200010.pl} (99%) diff --git a/Koha.pm b/Koha.pm index 4901bf016c..fe6b65c165 100644 --- a/Koha.pm +++ b/Koha.pm @@ -29,7 +29,7 @@ use vars qw{ $VERSION }; # - #4 : the developer version. The 4th number is the database subversion. # used by developers when the database changes. updatedatabase take care of the changes itself # and is automatically called by Auth.pm when needed. -$VERSION = "21.12.00.009"; +$VERSION = "21.12.00.010"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_21729.pl b/installer/data/mysql/db_revs/211200010.pl similarity index 99% rename from installer/data/mysql/atomicupdate/bug_21729.pl rename to installer/data/mysql/db_revs/211200010.pl index d0315ab2db..a303b8cda0 100755 --- a/installer/data/mysql/atomicupdate/bug_21729.pl +++ b/installer/data/mysql/db_revs/211200010.pl @@ -22,4 +22,4 @@ return { } }, -} +}; -- 2.39.5