Bugzilla – Attachment 178986 Details for
Bug 37901
Add ILL pseudonymization
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37901: [DONT PUSH] dbic
Bug-37901-DONT-PUSH-dbic.patch (text/plain), 1.54 KB, created by
Pedro Amorim
on 2025-03-05 15:54:53 UTC
(
hide
)
Description:
Bug 37901: [DONT PUSH] dbic
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2025-03-05 15:54:53 UTC
Size:
1.54 KB
patch
obsolete
>From 2ef22ec1a3187f76341a9988598b7f48ff684796 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 3 Mar 2025 15:26:58 -0100 >Subject: [PATCH] Bug 37901: [DONT PUSH] dbic > >--- > Koha/Schema/Result/Statistic.pm | 13 +++++++++++-- > 1 file changed, 11 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Statistic.pm b/Koha/Schema/Result/Statistic.pm >index 87de3f1ec53..5638da9cc14 100644 >--- a/Koha/Schema/Result/Statistic.pm >+++ b/Koha/Schema/Result/Statistic.pm >@@ -62,6 +62,13 @@ transaction type (localuse, issue, return, renew, writeoff, payment) > > used by SIP > >+=head2 illrequest_id >+ >+ data_type: 'integer' >+ is_nullable: 1 >+ >+foreign key from the illrequests table, links transaction to a specific illrequest >+ > =head2 itemnumber > > data_type: 'integer' >@@ -133,6 +140,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 16 }, > "other", > { data_type => "longtext", is_nullable => 1 }, >+ "illrequest_id", >+ { data_type => "integer", is_nullable => 1 }, > "itemnumber", > { data_type => "integer", is_nullable => 1 }, > "itemtype", >@@ -150,8 +159,8 @@ __PACKAGE__->add_columns( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-05-10 17:08:44 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:3mznfs//6bH21hFpyZl7lw >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-03-03 12:24:20 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ULsT1tRHMfQ06eZTvSykHA > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.39.5
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 37901
:
178356
|
178956
|
178957
|
178958
|
178959
|
178960
|
178961
|
178962
|
178963
|
178964
|
178965
|
178966
|
178967
|
178968
|
178980
|
178981
|
178982
|
178983
|
178984
|
178985
|
178986
|
178987
|
178988
|
178989
|
178990
|
178991
|
178992
|
181008
|
181009
|
181010
|
181011
|
181012
|
181013
|
181014
|
181015
|
181016
|
181017
|
181018
|
181019
|
181020