Bugzilla – Attachment 105816 Details for
Bug 24151
Add a pseudonymization process for patrons and transactions
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24151: DBIC changes
Bug-24151-DBIC-changes.patch (text/plain), 1.63 KB, created by
Jonathan Druart
on 2020-06-12 14:06:09 UTC
(
hide
)
Description:
Bug 24151: DBIC changes
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-06-12 14:06:09 UTC
Size:
1.63 KB
patch
obsolete
>From 1cf61def3e26298a8570e88195af057466bce351 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 17 Mar 2020 17:36:14 +0100 >Subject: [PATCH] Bug 24151: DBIC changes > >Signed-off-by: Signed-off-by: Sonia Bouis <sonia.bouis@univ-lyon3.fr> >--- > Koha/Schema/Result/PseudonymizedTransaction.pm | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/PseudonymizedTransaction.pm b/Koha/Schema/Result/PseudonymizedTransaction.pm >index 64e50f6268..ccbe7434a6 100644 >--- a/Koha/Schema/Result/PseudonymizedTransaction.pm >+++ b/Koha/Schema/Result/PseudonymizedTransaction.pm >@@ -143,6 +143,12 @@ __PACKAGE__->table("pseudonymized_transactions"); > is_nullable: 1 > size: 10 > >+=head2 homebranch >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 10 >+ > =head2 location > > data_type: 'varchar' >@@ -220,6 +226,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 10 }, > "holdingbranch", > { data_type => "varchar", is_nullable => 1, size => 10 }, >+ "homebranch", >+ { data_type => "varchar", is_nullable => 1, size => 10 }, > "location", > { data_type => "varchar", is_nullable => 1, size => 80 }, > "itemcallnumber", >@@ -308,8 +316,8 @@ __PACKAGE__->belongs_to( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-01-11 17:12:17 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bzHjcKCHYf+bixeA1dhKIQ >+# Created by DBIx::Class::Schema::Loader v0.07046 @ 2020-03-17 16:28:03 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:jgUZi4W5vJo33KdKI7+jyQ > > __PACKAGE__->add_columns( > '+has_cardnumber' => { is_boolean => 1 }, >-- >2.20.1
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 24151
:
95959
|
95960
|
95961
|
95962
|
95963
|
95964
|
95965
|
95966
|
95967
|
95968
|
95969
|
95970
|
95971
|
95972
|
95973
|
95974
|
95975
|
95976
|
97240
|
97241
|
97242
|
97243
|
97244
|
97245
|
97246
|
97247
|
97248
|
97249
|
97250
|
97251
|
97252
|
101034
|
101035
|
101036
|
101037
|
101038
|
101039
|
101040
|
101041
|
101042
|
101043
|
101044
|
101045
|
101046
|
101047
|
101048
|
101049
|
105801
|
105802
|
105803
|
105804
|
105805
|
105806
|
105807
|
105808
|
105809
|
105810
|
105811
|
105812
|
105813
|
105814
|
105815
|
105816
|
106032
|
106033
|
106034
|
106035
|
106036
|
106037
|
106038
|
106039
|
106040
|
106041
|
106042
|
106043
|
106044
|
106045
|
106046
|
106047
|
106048
|
106049
|
106195
|
106255
|
107127
|
107225