Bugzilla – Attachment 150356 Details for
Bug 33053
Tables item_groups and recalls have a biblio_id column with a default of 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33053: (QA follow-up) fix syntax error
Bug-33053-QA-follow-up-fix-syntax-error.patch (text/plain), 1.24 KB, created by
Aleisha Amohia
on 2023-04-28 04:09:02 UTC
(
hide
)
Description:
Bug 33053: (QA follow-up) fix syntax error
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2023-04-28 04:09:02 UTC
Size:
1.24 KB
patch
obsolete
>From bfe6db7ccb7e11d1202fdd3ee05202fa54811711 Mon Sep 17 00:00:00 2001 >From: Aleisha Amohia <aleishaamohia@hotmail.com> >Date: Fri, 28 Apr 2023 04:08:13 +0000 >Subject: [PATCH] Bug 33053: (QA follow-up) fix syntax error > >Signed-off-by: Aleisha Amohia <aleishaamohia@hotmail.com> >--- > installer/data/mysql/atomicupdate/bug_33053.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_33053.pl b/installer/data/mysql/atomicupdate/bug_33053.pl >index 8a74194aaf1..a2277628e57 100755 >--- a/installer/data/mysql/atomicupdate/bug_33053.pl >+++ b/installer/data/mysql/atomicupdate/bug_33053.pl >@@ -7,7 +7,7 @@ return { > my ($args) = @_; > my ($dbh, $out) = @$args{qw(dbh out)}; > $dbh->do(q{ >- ALTER TABLE item_groups CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'id for the bibliographic record the group belongs to'` >+ ALTER TABLE item_groups CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'id for the bibliographic record the group belongs to' > }); > $dbh->do(q{ > ALTER TABLE recalls CHANGE COLUMN `biblio_id` `biblio_id` int(11) NOT NULL COMMENT 'Identifier for bibliographic record that has been recalled' >-- >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 33053
:
147232
|
149075
|
150355
| 150356 |
151094