Bugzilla – Attachment 152866 Details for
Bug 34029
Import breaks when data exceeds size of mapped database columns
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34029: (QA follow-up) Fix slipped broken char
Bug-34029-QA-follow-up-Fix-slipped-broken-char.patch (text/plain), 1.22 KB, created by
Tomás Cohen Arazi (tcohen)
on 2023-06-29 12:51:49 UTC
(
hide
)
Description:
Bug 34029: (QA follow-up) Fix slipped broken char
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2023-06-29 12:51:49 UTC
Size:
1.22 KB
patch
obsolete
>From 995819f719ed617d577e280e9e97c4658364f20f Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Thu, 29 Jun 2023 09:46:13 -0300 >Subject: [PATCH] Bug 34029: (QA follow-up) Fix slipped broken char > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > 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 2807fcda360..8c05d11cd92 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -2539,7 +2539,7 @@ CREATE TABLE `deletedbiblioitems` ( > `pages` text DEFAULT NULL COMMENT 'number of pages (MARC21 300$a)', > `notes` longtext DEFAULT NULL, > `size` text DEFAULT NULL COMMENT 'material size (MARC21 300$c)', >- `place` text DEFAULT NULL COMMENT 'publication place (MARC21 260$a and 264§a)', >+ `place` text DEFAULT NULL COMMENT 'publication place (MARC21 260$a and 264$a)', > `lccn` longtext DEFAULT NULL COMMENT 'library of congress control number (MARC21 010$a)', > `url` mediumtext DEFAULT NULL COMMENT 'url (MARC21 856$u)', > `cn_source` varchar(10) DEFAULT NULL COMMENT 'classification source (MARC21 942$2)', >-- >2.41.0
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 34029
:
152404
|
152417
|
152418
|
152490
|
152647
|
152648
|
152670
|
152671
| 152866