Bugzilla – Attachment 192050 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.67 KB, created by
Nick Clemens (kidclamp)
on 2026-01-26 17:02:09 UTC
(
hide
)
Description:
Bug 41182: DO NOT PUSH - Schema updates
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2026-01-26 17:02:09 UTC
Size:
1.67 KB
patch
obsolete
>From 235004fe75fee1e677a60cc9b0303b2798a08ed1 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >Date: Mon, 26 Jan 2026 16:36:48 +0000 >Subject: [PATCH] Bug 41182: DO NOT PUSH - Schema updates > >--- > Koha/Schema/Result/ErmUsageDataProvider.pm | 20 ++++++++++++++++++-- > 1 file changed, 18 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/ErmUsageDataProvider.pm b/Koha/Schema/Result/ErmUsageDataProvider.pm >index 1de0fc7ab38..f1ba0e88a36 100644 >--- a/Koha/Schema/Result/ErmUsageDataProvider.pm >+++ b/Koha/Schema/Result/ErmUsageDataProvider.pm >@@ -131,6 +131,15 @@ requestor name > > requestor email > >+=head2 dateformat >+ >+ data_type: 'enum' >+ default_value: 'yyyy-mm' >+ extra: {list => ["yyyy-mm","yyyy-mm-dd"]} >+ is_nullable: 1 >+ >+dateformat >+ > =head2 report_types > > data_type: 'varchar' >@@ -178,6 +187,13 @@ __PACKAGE__->add_columns( > { data_type => "varchar", is_nullable => 1, size => 80 }, > "requestor_email", > { data_type => "varchar", is_nullable => 1, size => 80 }, >+ "dateformat", >+ { >+ data_type => "enum", >+ default_value => "yyyy-mm", >+ extra => { list => ["yyyy-mm", "yyyy-mm-dd"] }, >+ is_nullable => 1, >+ }, > "report_types", > { data_type => "varchar", is_nullable => 1, size => 255 }, > "service_platform", >@@ -335,8 +351,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 16:35:13 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:hbRQK/1OeHJE3PAVhn9xYw > > # __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