From 36e60f52acefe2768f7237ba7ca49b59180f10b9 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 6 May 2022 09:49:42 -1000 Subject: [PATCH] Bug 29925: DBRev 21.12.00.051 Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../bug_29925_password_reset.pl => db_revs/211200051.pl} | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_29925_password_reset.pl => db_revs/211200051.pl} (87%) diff --git a/Koha.pm b/Koha.pm index b17985f9ab..6a98a3e845 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.050"; +$VERSION = "21.12.00.051"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_29925_password_reset.pl b/installer/data/mysql/db_revs/211200051.pl similarity index 87% rename from installer/data/mysql/atomicupdate/bug_29925_password_reset.pl rename to installer/data/mysql/db_revs/211200051.pl index 67e2628480..2cfd9a7e56 100755 --- a/installer/data/mysql/atomicupdate/bug_29925_password_reset.pl +++ b/installer/data/mysql/db_revs/211200051.pl @@ -10,6 +10,5 @@ return { INSERT IGNORE INTO systempreferences ( `variable`, `value`, `options`, `explanation`, `type` ) VALUES ('EnableExpiredPasswordReset', '0', NULL, 'Enable ability for patrons with expired password to reset their password directly', 'YesNo') }); - say $out "Added EnableExpirePasswordReset system preference"; }, }; -- 2.39.2