From c45487cd11d38363988eda25636cc62b9cb911d8 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Fri, 12 Apr 2024 08:31:20 +0000 Subject: [PATCH] Bug 6796: DBRev 23.12.00.018 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../231200018.pl} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename installer/data/mysql/{atomicupdate/bug_6796_-_add_library_hours_table.pl => db_revs/231200018.pl} (97%) diff --git a/Koha.pm b/Koha.pm index 994b4acf32..82b59921c1 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.12.00.017"; +$VERSION = "23.12.00.018"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_6796_-_add_library_hours_table.pl b/installer/data/mysql/db_revs/231200018.pl similarity index 97% rename from installer/data/mysql/atomicupdate/bug_6796_-_add_library_hours_table.pl rename to installer/data/mysql/db_revs/231200018.pl index 6832035255..d7b1279baf 100755 --- a/installer/data/mysql/atomicupdate/bug_6796_-_add_library_hours_table.pl +++ b/installer/data/mysql/db_revs/231200018.pl @@ -35,7 +35,7 @@ return { } } - say $out "Added table `library_hours`"; + say $out "Added table 'library_hours'"; $dbh->do( q{ INSERT IGNORE INTO systempreferences ( variable, value, options, explanation, type ) VALUES ( 'ConsiderLibraryHoursInCirculation', 'ignore', 'close|open|ignore', "Take library opening hours into consideration to calculate due date when circulating.", 'Choice' ) } -- 2.39.5