From a1c9799f91d0535afe40303a3f9c8359dd71c148 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 10 Nov 2023 10:59:22 -0300 Subject: [PATCH] Bug 12133: DBRev 23.06.00.079 Signed-off-by: Tomas Cohen Arazi --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_12133.pl => db_revs/230600079.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_12133.pl => db_revs/230600079.pl} (98%) diff --git a/Koha.pm b/Koha.pm index 90d1501022..bc1900f637 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 = "23.06.00.078"; +$VERSION = "23.06.00.079"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_12133.pl b/installer/data/mysql/db_revs/230600079.pl similarity index 98% rename from installer/data/mysql/atomicupdate/bug_12133.pl rename to installer/data/mysql/db_revs/230600079.pl index f3ef424d3a..0e49f6e77a 100755 --- a/installer/data/mysql/atomicupdate/bug_12133.pl +++ b/installer/data/mysql/db_revs/230600079.pl @@ -14,6 +14,6 @@ return { } ); - say $out "Added new system preference 'ChildNeedsGuarantor')\n"; + say $out "Added new system preference 'ChildNeedsGuarantor'"; }, }; -- 2.39.5