Bugzilla – Attachment 135890 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.67 KB, created by
Lucas Gass (lukeg)
on 2022-06-09 14:34:52 UTC
(
hide
)
Description:
Bug 10950: Schema update
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2022-06-09 14:34:52 UTC
Size:
2.67 KB
patch
obsolete
>From 66d991c29aaed0b2a5555ea6f1a7da26001e971e 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 > >--- > 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 5d0cac62c4..38fe3e261f 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -74,6 +74,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' >@@ -650,6 +657,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 81c5fed1fe..4c7e666265 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -79,6 +79,11 @@ __PACKAGE__->table("borrower_modifications"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 pronouns >+ >+ data_type: 'longtext' >+ is_nullable: 1 >+ > =head2 streetnumber > > data_type: 'varchar' >@@ -459,6 +464,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 b36d2d3ede..10813bd5cb 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -74,6 +74,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' >@@ -647,6 +654,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