Bugzilla – Attachment 156979 Details for
Bug 34881
Database update for bug 28854 isn't fully idempotent
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34881: (QA follow-up) Remove stray paren
Bug-34881-QA-follow-up-Remove-stray-paren.patch (text/plain), 897 bytes, created by
Nick Clemens (kidclamp)
on 2023-10-12 14:55:06 UTC
(
hide
)
Description:
Bug 34881: (QA follow-up) Remove stray paren
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-10-12 14:55:06 UTC
Size:
897 bytes
patch
obsolete
>From d8ed3799d9ddef0a49b63afcdaee7a79e37765bd Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Thu, 12 Oct 2023 14:53:50 +0000 >Subject: [PATCH] Bug 34881: (QA follow-up) Remove stray paren > >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > installer/data/mysql/db_revs/220600015.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/db_revs/220600015.pl b/installer/data/mysql/db_revs/220600015.pl >index 9b12ba6204..4ba6e51e93 100755 >--- a/installer/data/mysql/db_revs/220600015.pl >+++ b/installer/data/mysql/db_revs/220600015.pl >@@ -34,7 +34,7 @@ return { > $lost_val++; > > $dbh->do( >- qq{) >+ qq{ > INSERT INTO authorised_values (category,authorised_value,lib) VALUES ('LOST',$lost_val,'Missing from bundle') > } > ); >-- >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 34881
:
156047
|
156823
|
156878
|
156978
| 156979