Bugzilla – Attachment 182144 Details for
Bug 38330
Make bib-level suppression a biblio table field instead of part of a MARC tag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38330: (QA follow-up) Fix SQL syntax error
Bug-38330-QA-follow-up-Fix-SQL-syntax-error.patch (text/plain), 1.14 KB, created by
David Cook
on 2025-05-09 03:18:58 UTC
(
hide
)
Description:
Bug 38330: (QA follow-up) Fix SQL syntax error
Filename:
MIME Type:
Creator:
David Cook
Created:
2025-05-09 03:18:58 UTC
Size:
1.14 KB
patch
obsolete
>From 9605b2edcf834df205d631d4114444fb8d0d7cc0 Mon Sep 17 00:00:00 2001 >From: David Cook <dcook@prosentient.com.au> >Date: Fri, 9 May 2025 02:24:54 +0000 >Subject: [PATCH] Bug 38330: (QA follow-up) Fix SQL syntax error > >Signed-off-by: David Cook <dcook@prosentient.com.au> >--- > installer/data/mysql/atomicupdate/bug_38330.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/atomicupdate/bug_38330.pl b/installer/data/mysql/atomicupdate/bug_38330.pl >index 35f504fc05..b751fb453e 100755 >--- a/installer/data/mysql/atomicupdate/bug_38330.pl >+++ b/installer/data/mysql/atomicupdate/bug_38330.pl >@@ -12,7 +12,7 @@ return { > $dbh->do( > q{ > ALTER TABLE `biblio` >- ADD COLUMN `opac_suppressed` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'whether the record should be suppressed in the OPAC' AFTER `abstract` >+ ADD COLUMN `opac_suppressed` tinyint(1) NOT NULL DEFAULT 0 COMMENT 'whether the record should be suppressed in the OPAC' AFTER `abstract`, > ADD INDEX `suppressedidx` (`opac_suppressed`); > } > ); >-- >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 Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 38330
:
175648
|
175649
|
175650
|
175651
|
175767
|
175768
|
175769
|
175770
|
179335
|
179336
|
179337
|
179338
|
179339
|
179340
|
179341
|
182094
|
182095
|
182096
|
182097
|
182098
|
182099
|
182100
|
182101
|
182102
|
182135
|
182136
|
182137
|
182138
|
182139
|
182140
|
182141
|
182142
|
182143
| 182144 |
182145