Bugzilla – Attachment 192042 Details for
Bug 41182
SUSHI harvest should send a full date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41182: DO NOT PUSH - Schema updates
Bug-41182-DO-NOT-PUSH---Schema-updates.patch (text/plain), 1.54 KB, created by
Nick Clemens (kidclamp)
on 2026-01-26 16:15:49 UTC
(
hide
)
Description:
Bug 41182: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2026-01-26 16:15:49 UTC
Size:
1.54 KB
patch
obsolete
>From a702eb1107cdaa3e7170e9c763f686c75105ab64 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 26 Jan 2026 16:09:54 +0000 >Subject: [PATCH] Bug 41182: DO NOT PUSH - Schema updates > >--- > 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 1de0fc7ab38..e3b41120dd1 100644 >--- a/Koha/Schema/Result/ErmUsageDataProvider.pm >+++ b/Koha/Schema/Result/ErmUsageDataProvider.pm >@@ -131,6 +131,14 @@ requestor name > > requestor email > >+=head2 dateformat >+ >+ data_type: 'integer' >+ default_value: 10 >+ is_nullable: 1 >+ >+dateformat >+ > =head2 report_types > > data_type: 'varchar' >@@ -178,6 +186,8 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 80 }, > "requestor_email", > { data_type => "varchar", is_nullable => 1, size => 80 }, >+ "dateformat", >+ { data_type => "integer", default_value => 10, is_nullable => 1 }, > "report_types", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "service_platform", >@@ -335,8 +345,8 @@ __PACKAGE__->has_many( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07051 @ 2025-04-24 17:38:40 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ToAsyGMN6zZW/ffmCqE8XA >+# Created by DBIx::Class::Schema::Loader v0.07051 @ 2026-01-26 15:41:29 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:YqemHx0XFkpLI7X1qY9yrg > > # __PACKAGE__->add_columns( > # '+active' => { is_boolean => 1 } >-- >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 41182
:
189044
|
190713
|
192041
|
192042
|
192043
|
192044
|
192045
|
192046
|
192047
|
192048
|
192049
|
192050