Bugzilla – Attachment 118879 Details for
Bug 28030
searching is not working
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27835: DBRev 20.12.00.025
Bug-27835-DBRev-201200025.patch (text/plain), 2.67 KB, created by
PTFS Europe Sandboxes
on 2021-03-26 19:06:33 UTC
(
hide
)
Description:
Bug 27835: DBRev 20.12.00.025
Filename:
MIME Type:
Creator:
PTFS Europe Sandboxes
Created:
2021-03-26 19:06:33 UTC
Size:
2.67 KB
patch
obsolete
>From 8bca63eb2e85c22394408461656b8e23dc6d2263 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 18 Mar 2021 15:04:47 +0100 >Subject: [PATCH] Bug 27835: DBRev 20.12.00.025 > >Signed-off-by: Amarangi <amarangikarunathilaka@gmail.com> > >https://bugs.koha-community.org/show_bug.cgi?id=28030 >--- > Koha.pm | 2 +- > installer/data/mysql/atomicupdate/bug_27835.perl | 10 ---------- > installer/data/mysql/updatedatabase.pl | 11 +++++++++++ > 3 files changed, 12 insertions(+), 11 deletions(-) > delete mode 100644 installer/data/mysql/atomicupdate/bug_27835.perl > >diff --git a/Koha.pm b/Koha.pm >index 6469513fe7..f295463c8b 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 = "20.12.00.024"; >+$VERSION = "20.12.00.025"; > > sub version { > return $VERSION; >diff --git a/installer/data/mysql/atomicupdate/bug_27835.perl b/installer/data/mysql/atomicupdate/bug_27835.perl >deleted file mode 100644 >index b921007969..0000000000 >--- a/installer/data/mysql/atomicupdate/bug_27835.perl >+++ /dev/null >@@ -1,10 +0,0 @@ >-$DBversion = 'XXX'; # will be replaced by the RM >-if( CheckVersion( $DBversion ) ) { >- >- $dbh->do(q| >- INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) >- VALUES ('ChargeFinesOnClosedDays', '0', NULL, 'Charge fines on days the library is closed.', 'YesNo') >- |); >- >- NewVersion( $DBversion, 27835, "Add new system preference ChargeFinesOnClosedDays"); >-} >diff --git a/installer/data/mysql/updatedatabase.pl b/installer/data/mysql/updatedatabase.pl >index 126e9bbce1..e408a5cf70 100755 >--- a/installer/data/mysql/updatedatabase.pl >+++ b/installer/data/mysql/updatedatabase.pl >@@ -23728,6 +23728,17 @@ if( CheckVersion( $DBversion ) ) { > NewVersion( $DBversion, 18532, 'Messaging preferences for auto renewals' ); > } > >+$DBversion = '20.12.00.025'; >+if( CheckVersion( $DBversion ) ) { >+ >+ $dbh->do(q| >+ INSERT IGNORE INTO systempreferences (variable,value,options,explanation,type) >+ VALUES ('ChargeFinesOnClosedDays', '0', NULL, 'Charge fines on days the library is closed.', 'YesNo') >+ |); >+ >+ NewVersion( $DBversion, 27835, "Add new system preference ChargeFinesOnClosedDays"); >+} >+ > # SEE bug 13068 > # if there is anything in the atomicupdate, read and execute it. > my $update_dir = C4::Context->config('intranetdir') . '/installer/data/mysql/atomicupdate/'; >-- >2.11.0
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 28030
: 118879