Bugzilla – Attachment 184509 Details for
Bug 16631
Show groups/categories of reports to authorized staff
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Bug 16631: 0002-Make-DBversion-in-sync-with-the-Koha-module
0002-Make-DBversion-in-sync-with-the-Koha-module.patch (text/plain), 1.39 KB, created by
Casey Conlin
on 2025-07-22 21:58:33 UTC
(
hide
)
Description:
Bug 16631: 0002-Make-DBversion-in-sync-with-the-Koha-module
Filename:
MIME Type:
Creator:
Casey Conlin
Created:
2025-07-22 21:58:33 UTC
Size:
1.39 KB
patch
obsolete
>From 9c0177042de1d2679ce702b9f6edb66716b0fb85 Mon Sep 17 00:00:00 2001 >From: "Cameron E. Tidd" <ctidd@citlink.net> >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 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 16631
:
184422
|
184508
|
184509
|
184510
|
184511
|
184512
|
184513
|
184514
|
184515
|
184516
|
184517
|
184518
|
184519
|
184520
|
184521
|
184522
|
184525
|
184526
|
184657
|
184674
|
184686
|
184687
|
184688
|
184689
|
184690
|
184691
|
184692
|
184693
|
184694
|
184695
|
184845
|
184846
|
184847
|
184848
|
184859
|
184861