From 00f8acb24bec21036940dbdadf31f0495e455278 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 16 Sep 2024 11:34:47 +0000 Subject: [PATCH] Bug 37601: DBRev 24.06.00.030 Signed-off-by: Katrin Fischer --- Koha.pm | 2 +- .../240600030.pl} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename installer/data/mysql/{atomicupdate/bug_37601-add-status-field-to-bookings-table.pl => db_revs/240600030.pl} (100%) diff --git a/Koha.pm b/Koha.pm index 1c4dcaccad..13188c0dc5 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 = "24.06.00.029"; +$VERSION = "24.06.00.030"; sub version { return $VERSION; diff --git a/installer/data/mysql/atomicupdate/bug_37601-add-status-field-to-bookings-table.pl b/installer/data/mysql/db_revs/240600030.pl similarity index 100% rename from installer/data/mysql/atomicupdate/bug_37601-add-status-field-to-bookings-table.pl rename to installer/data/mysql/db_revs/240600030.pl -- 2.39.5