Bugzilla – Attachment 82053 Details for
Bug 21336
GDPR: Handle unsubscribe requests automatically by optional (administrative) lock, anonymize and remove
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 21336: DBIx changes
Bug-21336-DBIx-changes.patch (text/plain), 2.88 KB, created by
Marcel de Rooy
on 2018-11-08 07:56:27 UTC
(
hide
)
Description:
Bug 21336: DBIx changes
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2018-11-08 07:56:27 UTC
Size:
2.88 KB
patch
obsolete
>From 247f0bb1edf5cd9c2d090621f9789abcc368afe6 Mon Sep 17 00:00:00 2001 >From: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >Date: Mon, 29 Oct 2018 13:29:50 +0100 >Subject: [PATCH] Bug 21336: DBIx changes >Content-Type: text/plain; charset=utf-8 > >--- > Koha/Schema/Result/Borrower.pm | 18 ++++++++++++++++-- > Koha/Schema/Result/Deletedborrower.pm | 18 ++++++++++++++++-- > 2 files changed, 32 insertions(+), 4 deletions(-) > >diff --git a/Koha/Schema/Result/Borrower.pm b/Koha/Schema/Result/Borrower.pm >index 8e4580f..d54835f 100644 >--- a/Koha/Schema/Result/Borrower.pm >+++ b/Koha/Schema/Result/Borrower.pm >@@ -451,6 +451,13 @@ __PACKAGE__->table("borrowers"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 flgAnonymized >+ >+ accessor: 'flg_anonymized' >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -653,6 +660,13 @@ __PACKAGE__->add_columns( > { data_type => "integer", default_value => 0, is_nullable => 1 }, > "overdrive_auth_token", > { data_type => "mediumtext", is_nullable => 1 }, >+ "flgAnonymized", >+ { >+ accessor => "flg_anonymized", >+ data_type => "tinyint", >+ default_value => 0, >+ is_nullable => 1, >+ }, > ); > > =head1 PRIMARY KEY >@@ -1431,8 +1445,8 @@ Composing rels: L</aqorder_users> -> ordernumber > __PACKAGE__->many_to_many("ordernumbers", "aqorder_users", "ordernumber"); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-27 13:16:48 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:c3Tb59Kku0Hh+tsVV5eCDg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-29 13:17:18 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Tvd8/ODUQs28I3DtS/VQ7w > > __PACKAGE__->belongs_to( > "guarantor", >diff --git a/Koha/Schema/Result/Deletedborrower.pm b/Koha/Schema/Result/Deletedborrower.pm >index 4d15e35..d24ede1 100644 >--- a/Koha/Schema/Result/Deletedborrower.pm >+++ b/Koha/Schema/Result/Deletedborrower.pm >@@ -448,6 +448,13 @@ __PACKAGE__->table("deletedborrowers"); > data_type: 'mediumtext' > is_nullable: 1 > >+=head2 flgAnonymized >+ >+ accessor: 'flg_anonymized' >+ data_type: 'tinyint' >+ default_value: 0 >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -638,11 +645,18 @@ __PACKAGE__->add_columns( > { data_type => "integer", default_value => 0, is_nullable => 1 }, > "overdrive_auth_token", > { data_type => "mediumtext", is_nullable => 1 }, >+ "flgAnonymized", >+ { >+ accessor => "flg_anonymized", >+ data_type => "tinyint", >+ default_value => 0, >+ is_nullable => 1, >+ }, > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:DNkNHNcv0lkMH6/seu89hg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-10-29 13:17:19 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:skAjRJxbndg5bv9zSxM5jQ > > > # You can replace this text with custom code or comments, and it will be preserved on regeneration >-- >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 21336
:
79165
|
79166
|
79167
|
79168
|
79169
|
79170
|
80201
|
80202
|
80203
|
80204
|
80205
|
80206
|
80207
|
80208
|
80213
|
80214
|
80386
|
80387
|
80403
|
81112
|
81113
|
81114
|
81115
|
81116
|
81117
|
81118
|
81119
|
81270
|
81474
|
81475
|
81476
|
81477
|
81478
|
81479
|
81480
|
81481
|
81482
|
81483
|
82051
|
82052
|
82053
|
82054
|
82055
|
82056
|
82057
|
82058
|
82059
|
83202
|
83203
|
83204
|
83205
|
83206
|
83207
|
83208
|
83209
|
83256
|
87158
|
87159
|
87160
|
87161
|
87162
|
87163
|
87164
|
87165
|
87166
|
87167
|
87168
|
87176
|
87177
|
87178
|
87179
|
87180
|
87181
|
87182
|
87183
|
87184
|
87185
|
87387
|
87388
|
87389
|
87390
|
87391
|
87392
|
87393
|
87394
|
87395
|
87396
|
87397
|
87400
|
87401
|
88198
|
88199
|
88217
|
88218