From ecfdcc5ae9a10248113fc0d35fe2b7cb22d603f4 Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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