From e88ee4c1c021fc40ead2fdb5b92f346a7512ef9c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 21 Oct 2021 12:20:03 +0200 Subject: [PATCH] Bug 29200: DBRev 21.06.00.036 Signed-off-by: Jonathan Druart --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug-29200.pl => db_revs/210600036.pl} | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) rename installer/data/mysql/{atomicupdate/bug-29200.pl => db_revs/210600036.pl} (86%) diff --git a/Koha.pm b/Koha.pm index 8d649c58ac..19463095c8 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.06.00.035"; +$VERSION = "21.06.00.036"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug-29200.pl b/installer/data/mysql/db_revs/210600036.pl similarity index 86% rename from installer/data/mysql/atomicupdate/bug-29200.pl rename to installer/data/mysql/db_revs/210600036.pl index 550aaec800..2ffcaf0ca8 100755 --- a/installer/data/mysql/atomicupdate/bug-29200.pl +++ b/installer/data/mysql/db_revs/210600036.pl @@ -6,9 +6,7 @@ return { up => sub { my ($args) = @_; my ($dbh, $out) = @$args{qw(dbh out)}; - # Do you stuffs here $dbh->do(q{DELETE FROM systempreferences WHERE variable LIKE 'AdlibrisCovers%'}); - # Print useful stuff here say $out "AdlibrisCoversEnabled and AdlibrisCoversURL preferences removed."; }, } -- 2.39.2