Bugzilla – Attachment 158081 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.26 KB, created by
Nick Clemens (kidclamp)
on 2023-10-30 16:16:38 UTC
(
hide
)
Description:
Bug 35180: Fix 246 to 264 in COMMENT of deletedbiblioitems.publishercode
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2023-10-30 16:16:38 UTC
Size:
1.26 KB
patch
obsolete
>From 2d60bd9618f42f7ed694fda5e8a83b052c244a86 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. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Nick Clemens <nick@bywatersolutions.com> >--- > 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 3eaeb629e61..0e907eff38a 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