Bugzilla – Attachment 73988 Details for
Bug 11879
Add a new field to patron record: main contact method
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 11879: Schema updates
Bug-11879-Schema-updates.patch (text/plain), 2.89 KB, created by
Katrin Fischer
on 2018-04-11 05:39:28 UTC
(
hide
)
Description:
Bug 11879: Schema updates
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2018-04-11 05:39:28 UTC
Size:
2.89 KB
patch
obsolete
>From d1a1292e3a6860f7333bf399e2c4182ef3beeaa8 Mon Sep 17 00:00:00 2001 >From: charles <charles.farmer@inlibro.com> >Date: Wed, 4 Jan 2017 09:59:27 -0500 >Subject: [PATCH] Bug 11879: Schema updates > >Signed-off-by: Lucie Gay <lucie.gay@ens-paris-saclay.fr> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/Schema/Result/Borrower.pm | 8 ++++++++ > Koha/Schema/Result/BorrowerModification.pm | 8 ++++++++ > Koha/Schema/Result/Deletedborrower.pm | 8 ++++++++ > 3 files changed, 24 insertions(+) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 18655cc..f20809a 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -413,6 +413,12 @@ __PACKAGE__->table("borrowers"); > default_value: 0 > is_nullable: 0 > >+=head2 primary_contact_method >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 45 >+ > =head2 checkprevcheckout > > data_type: 'varchar' >@@ -622,6 +628,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", default_value => 1, is_nullable => 0 }, > "privacy_guarantor_checkouts", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "primary_contact_method", >+ { data_type => "varchar", is_nullable => 1, size => 45 }, > "checkprevcheckout", > { > data_type => "varchar", >diff --git a/Koha/Schema/Result/BorrowerModification.pm b/Koha/Schema/Result/BorrowerModification.pm >index 013da77..6094d86 100644 >--- a/Koha/Schema/Result/BorrowerModification.pm >+++ b/Koha/Schema/Result/BorrowerModification.pm >@@ -410,6 +410,12 @@ __PACKAGE__->table("borrower_modifications"); > data_type: 'integer' > is_nullable: 1 > >+=head2 primary_contact_method >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 45 >+ > =head2 extended_attributes > > data_type: 'mediumtext' >@@ -579,6 +585,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 50 }, > "privacy", > { data_type => "integer", is_nullable => 1 }, >+ "primary_contact_method", >+ { data_type => "varchar", is_nullable => 1, size => 45 }, > "extended_attributes", > { data_type => "mediumtext", is_nullable => 1 }, > ); >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >index 4d15e35..8058910 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -410,6 +410,12 @@ __PACKAGE__->table("deletedborrowers"); > default_value: 0 > is_nullable: 0 > >+=head2 primary_contact_method >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 45 >+ > =head2 checkprevcheckout > > data_type: 'varchar' >@@ -607,6 +613,8 @@ __PACKAGE__->add_columns( > { data_type => "integer", default_value => 1, is_nullable => 0 }, > "privacy_guarantor_checkouts", > { data_type => "tinyint", default_value => 0, is_nullable => 0 }, >+ "primary_contact_method", >+ { data_type => "varchar", is_nullable => 1, size => 45 }, > "checkprevcheckout", > { > data_type => "varchar", >-- >2.1.4
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 11879
:
25745
|
25922
|
25941
|
31300
|
31301
|
31320
|
34351
|
34482
|
34502
|
34503
|
34571
|
34572
|
34573
|
41209
|
41220
|
41221
|
41222
|
46101
|
46284
|
46285
|
46286
|
48073
|
48074
|
48075
|
48076
|
48077
|
48078
|
48079
|
48556
|
48557
|
48558
|
48559
|
50433
|
52607
|
52608
|
52614
|
52615
|
52616
|
52617
|
52618
|
52619
|
52620
|
53229
|
53688
|
53695
|
53705
|
53707
|
53708
|
53709
|
53710
|
53711
|
53712
|
53713
|
55946
|
56285
|
56286
|
58580
|
58591
|
58592
|
58593
|
63238
|
63239
|
65811
|
65812
|
69028
|
69029
|
69050
|
71955
|
71956
|
71957
|
71958
|
72632
|
72633
|
72634
|
72635
|
73987
|
73988
|
73989
|
73990
|
74123
|
74124
|
74125
|
74126
|
74818
|
75652
|
83757
|
83758
|
84017
|
84018
|
84019
|
84020
|
84021
|
84022
|
88358
|
88359
|
88360
|
88361
|
88362
|
88363
|
88394
|
88395
|
88396
|
88397
|
88398
|
88399
|
88400
|
93850
|
93851
|
93852
|
93853
|
93854
|
93855
|
93856
|
93900
|
93901
|
94456
|
94457
|
94458
|
94459
|
94460
|
94461
|
94463
|
94464
|
94465
|
94466
|
94467
|
94468
|
96432
|
100817
|
100843
|
112062
|
112063
|
112064
|
112557
|
112559
|
112560
|
118959
|
118960
|
118961
|
118962
|
118985
|
118986
|
118987
|
118988
|
120947
|
120948
|
120949
|
120950
|
122778