Bugzilla – Attachment 171680 Details for
Bug 37856
Some SUSHI providers require the platform parameter
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37856: [DONT PUSH] dbic changes
Bug-37856-DONT-PUSH-dbic-changes.patch (text/plain), 1.48 KB, created by
Pedro Amorim
on 2024-09-18 16:14:08 UTC
(
hide
)
Description:
Bug 37856: [DONT PUSH] dbic changes
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-09-18 16:14:08 UTC
Size:
1.48 KB
patch
obsolete
>From 94e62ddd4fe57cd2feff23072301de8311749d02 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Wed, 18 Sep 2024 15:55:21 +0000 >Subject: [PATCH] Bug 37856: [DONT PUSH] dbic changes > >--- > Koha/Schema/Result/ErmUsageDataProvider.pm | 14 ++++++++++++-- > 1 file changed, 12 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ErmUsageDataProvider.pm b/Koha/Schema/Result/ErmUsageDataProvider.pm >index a65fa28789..8561c27296 100644 >--- a/Koha/Schema/Result/ErmUsageDataProvider.pm >+++ b/Koha/Schema/Result/ErmUsageDataProvider.pm >@@ -142,6 +142,14 @@ requestor email > > report types provided by the harvester > >+=head2 service_platform >+ >+ data_type: 'varchar' >+ is_nullable: 1 >+ size: 80 >+ >+platform if provider requires it >+ > =cut > > __PACKAGE__->add_columns( >@@ -175,6 +183,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 80 }, > "report_types", > { data_type => "varchar", is_nullable => 1, size => 255 }, >+ "service_platform", >+ { data_type => "varchar", is_nullable => 1, size => 80 }, > ); > > =head1 PRIMARY KEY >@@ -328,8 +338,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-11 10:09:06 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MSvyv/Abt3S3fqZF21v/7w >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-09-18 15:34:19 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:+z+MtrLdulfZQKUSXu8Dcg > > # __PACKAGE__->add_columns( > # '+active' => { is_boolean => 1 } >-- >2.39.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 37856
:
171680
|
171681
|
171682
|
171683
|
171773
|
171774
|
171775
|
171893
|
171894
|
171895
|
171896
|
171897
|
171898
|
171899
|
172040
|
172042
|
172043
|
172044
|
172045
|
172046
|
172047
|
172048
|
172155
|
172156
|
172215