From cad45092834e57aed9890e61208e0066cacb073f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 26 Jan 2024 13:16:01 +0000 Subject: [PATCH] Bug 35687: DBRev 23.11.01.003 Signed-off-by: Katrin Fischer (cherry picked from commit ff2318865e56a8d4fe8aff937b6308403d8eeb22) Signed-off-by: Fridolin Somers --- Koha.pm | 2 +- .../mysql/{atomicupdate/bug_35687.pl => db_revs/231101003.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_35687.pl => db_revs/231101003.pl} (87%) diff --git a/Koha.pm b/Koha.pm index f26d695b81..9dd851c614 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.11.01.002"; +$VERSION = "23.11.01.003"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_35687.pl b/installer/data/mysql/db_revs/231101003.pl similarity index 87% rename from installer/data/mysql/atomicupdate/bug_35687.pl rename to installer/data/mysql/db_revs/231101003.pl index 68380c0bb3..9a1279b74e 100755 --- a/installer/data/mysql/atomicupdate/bug_35687.pl +++ b/installer/data/mysql/db_revs/231101003.pl @@ -2,7 +2,7 @@ use Modern::Perl; return { bug_number => "35687", - description => "Upgrade to 23.06.00.013 may fail, drop fk and recreate after adding the pk to tmp_holdsqueue", + description => "Upgrade to 23.06.00.013 may fail, drop FK and recreate after adding the PK to tmp_holdsqueue", up => sub { my ($args) = @_; my ( $dbh, $out ) = @$args{qw(dbh out)}; -- 2.39.5