From fb0eecfc6e633a9153ef63d18b09dca36d5aeddb Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Tue, 10 May 2022 20:39:42 -1000 Subject: [PATCH] Bug 13142: DBRev 21.12.00.055 Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../211200055.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_13412-add_GenerateAuthorityField_syspref.pl => db_revs/211200055.pl} (99%) diff --git a/Koha.pm b/Koha.pm index 299c276183..025edf0b2a 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.054"; +$VERSION = "21.12.00.055"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_13412-add_GenerateAuthorityField_syspref.pl b/installer/data/mysql/db_revs/211200055.pl similarity index 99% rename from installer/data/mysql/atomicupdate/bug_13412-add_GenerateAuthorityField_syspref.pl rename to installer/data/mysql/db_revs/211200055.pl index 49e37e6aa2..c18f36a3fd 100755 --- a/installer/data/mysql/atomicupdate/bug_13412-add_GenerateAuthorityField_syspref.pl +++ b/installer/data/mysql/db_revs/211200055.pl @@ -1,5 +1,5 @@ use Modern::Perl; - + return { bug_number => "13412", description => "Add GenerateAuthorityField667 and GenerateAuthorityField670 system preferences", -- 2.20.1