Bugzilla – Attachment 194333 Details for
Bug 41409
Streetnumber has a different data type in borrower_modifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41409: Add COMMENT to kohastructure
18e57b3.patch (text/plain), 1.49 KB, created by
Jonathan Druart
on 2026-03-02 11:35:29 UTC
(
hide
)
Description:
Bug 41409: Add COMMENT to kohastructure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2026-03-02 11:35:29 UTC
Size:
1.49 KB
patch
obsolete
>From 18e57b3a9b33e1aa60a61d2403f68c9c5bebcb30 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 2 Mar 2026 11:15:42 +0100 >Subject: [PATCH] Bug 41409: Add COMMENT to kohastructure > >To fix misc4dev/run_tests.pl --run-db-compare-only >--- > installer/data/mysql/kohastructure.sql | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/installer/data/mysql/kohastructure.sql b/installer/data/mysql/kohastructure.sql >index 1222ef6387c..b388d5db211 100644 >--- a/installer/data/mysql/kohastructure.sql >+++ b/installer/data/mysql/kohastructure.sql >@@ -1418,7 +1418,7 @@ CREATE TABLE `borrower_modifications` ( > `othernames` longtext DEFAULT NULL, > `initials` mediumtext DEFAULT NULL, > `pronouns` longtext DEFAULT NULL, >- `streetnumber` tinytext DEFAULT NULL, >+ `streetnumber` tinytext DEFAULT NULL COMMENT 'the house number for your patron/borrower''s primary address', > `streettype` varchar(50) DEFAULT NULL, > `address` longtext DEFAULT NULL, > `address2` mediumtext DEFAULT NULL, >@@ -1432,7 +1432,7 @@ CREATE TABLE `borrower_modifications` ( > `fax` longtext DEFAULT NULL, > `emailpro` mediumtext DEFAULT NULL, > `phonepro` mediumtext DEFAULT NULL, >- `B_streetnumber` tinytext DEFAULT NULL, >+ `B_streetnumber` tinytext DEFAULT NULL COMMENT 'the house number for your patron/borrower''s alternate address', > `B_streettype` varchar(50) DEFAULT NULL, > `B_address` varchar(100) DEFAULT NULL, > `B_address2` mediumtext DEFAULT NULL, >-- >2.43.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 41409
:
190378
|
190381
|
190419
|
190682
|
191405
| 194333