From e5590b53a423e5f490d53185bd9aaa300c594ee5 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 19 Jan 2024 14:19:54 +0000 Subject: [PATCH] Bug 30047: DO NOT PUSH - Schema updates --- Koha/Schema/Result/AuthHeader.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/AuthHeader.pm b/Koha/Schema/Result/AuthHeader.pm index d406e271285..8bdf0c9fb0e 100644 --- a/Koha/Schema/Result/AuthHeader.pm +++ b/Koha/Schema/Result/AuthHeader.pm @@ -50,6 +50,11 @@ __PACKAGE__->table("auth_header"); default_value: current_timestamp is_nullable: 0 +=head2 heading + + data_type: 'longtext' + is_nullable: 1 + =head2 origincode data_type: 'varchar' @@ -97,6 +102,8 @@ __PACKAGE__->add_columns( default_value => \"current_timestamp", is_nullable => 0, }, + "heading", + { data_type => "longtext", is_nullable => 1 }, "origincode", { data_type => "varchar", is_nullable => 1, size => 20 }, "authtrees", @@ -122,8 +129,8 @@ __PACKAGE__->add_columns( __PACKAGE__->set_primary_key("authid"); -# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:53 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kHEdfMFYFtn3sQ20qsdFyg +# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-01-19 12:45:06 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ldm1Ln8S/SPQYMD9gKbyKg sub koha_object_class { 'Koha::Authority'; -- 2.30.2