From 9c0177042de1d2679ce702b9f6edb66716b0fb85 Mon Sep 17 00:00:00 2001 From: "Cameron E. Tidd" Date: Thu, 3 Jul 2025 18:33:02 +0000 Subject: [PATCH 02/16] Make DBversion in sync with the Koha module --- Koha.pm | 2 +- installer/data/mysql/updatedatabase.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha.pm b/Koha.pm index e891fa7ec1..f10b89be43 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 = "25.06.00.002"; +$VERSION = "25.06.00.003"; sub version { return $VERSION; diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl index ae9076abc5..b234d7cfad 100755 --- a/installer/data/mysql/updatedatabase.pl +++ b/installer/data/mysql/updatedatabase.pl @@ -29455,7 +29455,7 @@ if ( CheckVersion($DBversion) ) { NewVersion( $DBversion, 28108, "Add new systempreference OpacHiddenItemsHidesRecord" ); } -$DBversion = '20.12.00.051'; +$DBversion = '25.06.00.003'; if ( C4::Context->preference("Version") < TransformToNum($DBversion) ) { $dbh->do( "CREATE TABLE `reports_branches` ( -- 2.39.5