Bugzilla – Attachment 139616 Details for
Bug 10950
Add pronoun field to patron record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10950: Schema update
Bug-10950-Schema-update.patch (text/plain), 2.78 KB, created by
ByWater Sandboxes
on 2022-08-22 17:16:35 UTC
(
hide
)
Description:
Bug 10950: Schema update
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2022-08-22 17:16:35 UTC
Size:
2.78 KB
patch
obsolete
>From 5d023e83834a513e642be3fe598c773ad3ed4f4f Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Thu, 9 Jun 2022 14:34:20 +0000 >Subject: [PATCH] Bug 10950: Schema update > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> > >Signed-off-by: Andrew Fuerste-Henry <andrewfh@dubcolib.org> >--- > Koha/Schema/Result/Borrower.pm | 9 +++++++++ > Koha/Schema/Result/BorrowerModification.pm | 7 +++++++ > Koha/Schema/Result/Deletedborrower.pm | 9 +++++++++ > 3 files changed, 25 insertions(+) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 81e45238a9..2ce72c3dc0 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -81,6 +81,13 @@ any other names associated with the patron/borrower > > initials for your patron/borrower > >+=head2 pronouns >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ >+patron/borrower's pronouns >+ > =head2 streetnumber > > data_type: 'tinytext' >@@ -659,6 +666,8 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "initials", > { data_type => "mediumtext", is_nullable => 1 }, >+ "pronouns", >+ { data_type => "longtext", is_nullable => 1 }, > "streetnumber", > { data_type => "tinytext", is_nullable => 1 }, > "streettype", >diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm >index 19e89f33fd..d2d31ecb82 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -86,6 +86,11 @@ patron/borrower's middle name > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 pronouns >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 streetnumber > > data_type: 'varchar' >@@ -468,6 +473,8 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "initials", > { data_type => "mediumtext", is_nullable => 1 }, >+ "pronouns", >+ { data_type => "longtext", is_nullable => 1 }, > "streetnumber", > { data_type => "varchar", is_nullable => 1, size => 10 }, > "streettype", >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >index 6f8dee23ec..12eb0385ee 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -81,6 +81,13 @@ any other names associated with the patron/borrower > > initials for your patron/borrower > >+=head2 pronouns >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ >+patron/borrower's pronouns >+ > =head2 streetnumber > > data_type: 'tinytext' >@@ -656,6 +663,8 @@ __PACKAGE__->add_columns( > { data_type => "longtext", is_nullable => 1 }, > "initials", > { data_type => "mediumtext", is_nullable => 1 }, >+ "pronouns", >+ { data_type => "longtext", is_nullable => 1 }, > "streetnumber", > { data_type => "tinytext", is_nullable => 1 }, > "streettype", >-- >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 10950
:
135883
|
135886
|
135887
|
135890
|
135908
|
135909
|
135957
|
136037
|
136058
|
136059
|
136060
|
136061
|
136062
|
136063
|
136064
|
139606
|
139607
|
139608
|
139609
|
139610
|
139611
|
139612
|
139615
|
139616
|
139617
|
139618
|
139619
|
139620
|
139621
|
139908
|
139968
|
139983
|
139984
|
139985
|
139986
|
139987
|
139988
|
139989
|
139990
|
139991
|
141094
|
141095
|
141096
|
141097
|
141098
|
141099
|
141100
|
141101
|
141102
|
141103