From a702eb1107cdaa3e7170e9c763f686c75105ab64 Mon Sep 17 00:00:00 2001 From: Nick Clemens 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