Bugzilla – Attachment 158022 Details for
Bug 35180
Fix typo in deletedbiblioitems.publishercode comment in kohastructure.sql
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode
Bug-35180-Fix-246-to-264-in-COMMENT-of-deletedbibl.patch (text/plain), 1.16 KB, created by
Katrin Fischer
on 2023-10-29 09:36:27 UTC
(
hide
)
Description:
Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-10-29 09:36:27 UTC
Size:
1.16 KB
patch
obsolete
>From ecfdcc5ae9a10248113fc0d35fe2b7cb22d603f4 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 29 Oct 2023 09:31:06 +0000 >Subject: [PATCH] Bug 35180: Fix 246 to 264 in COMMENT of > deletedbiblioitems.publishercode > >This fixes a typo in the comment. > >To test: >* Please check diff of the patch closely. >--- > installer/data/mysql/kohastructure.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 479c3c55dd..0f79634470 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1159,7 +1159,7 @@ CREATE TABLE `biblioitems` ( > `issn` longtext DEFAULT NULL COMMENT 'ISSN (MARC21 022$a)', > `ean` longtext DEFAULT NULL, > `publicationyear` mediumtext DEFAULT NULL, >- `publishercode` text DEFAULT NULL COMMENT 'publisher (MARC21 260$b and 246$b)', >+ `publishercode` text DEFAULT NULL COMMENT 'publisher (MARC21 260$b and 264$b)', > `volumedate` date DEFAULT NULL, > `volumedesc` mediumtext DEFAULT NULL COMMENT 'volume information (MARC21 362$a)', > `collectiontitle` longtext DEFAULT NULL, >-- >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 35180
:
158022
|
158056
|
158081