Bugzilla – Attachment 161731 Details for
Bug 23208
Ability to set default ratio in holds ratio report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 23208: perltidy
Bug-23208-perltidy.patch (text/plain), 1.28 KB, created by
Andrew Fuerste-Henry
on 2024-02-02 20:57:04 UTC
(
hide
)
Description:
Bug 23208: perltidy
Filename:
MIME Type:
Creator:
Andrew Fuerste-Henry
Created:
2024-02-02 20:57:04 UTC
Size:
1.28 KB
patch
obsolete
>From 2d44d466148c3bf783d726a89962a1d885cbf123 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 26 Jan 2024 18:47:50 +0000 >Subject: [PATCH] Bug 23208: perltidy > >Signed-off-by: Andrew Fuerste Henry <andrewfh@dubcolib.org> >--- > installer/data/mysql/atomicupdate/bug_23208.pl | 14 +++++++++----- > 1 file changed, 9 insertions(+), 5 deletions(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_23208.pl b/installer/data/mysql/atomicupdate/bug_23208.pl >index 9d9b1bd9c42..eacccda2429 100755 >--- a/installer/data/mysql/atomicupdate/bug_23208.pl >+++ b/installer/data/mysql/atomicupdate/bug_23208.pl >@@ -1,15 +1,19 @@ > use Modern::Perl; > > return { >- bug_number => "23208", >+ bug_number => "23208", > description => "Add system preference HoldRatioDefault", >- up => sub { >+ up => sub { > my ($args) = @_; >- my ($dbh, $out) = @$args{qw(dbh out)}; >+ my ( $dbh, $out ) = @$args{qw(dbh out)}; >+ > # Do you stuffs here >- $dbh->do(q{ >+ $dbh->do( >+ q{ > INSERT IGNORE INTO systempreferences (`variable`,`value`,`options`,`explanation`,`type`) > VALUES ('HoldRatioDefault','3','','Default value for the Hold ratio report','Integer') >- }); >+ } >+ ); > }, > }; >+ >-- >2.30.2
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 23208
:
161557
|
161558
|
161559
|
161729
|
161730
|
161731
|
161855
|
161856
|
161857