From 72ee74599e08913d32ebac1a6b614275cf9a338f Mon Sep 17 00:00:00 2001 From: Aleisha Amohia Date: Wed, 2 Mar 2022 12:45:20 +1300 Subject: [PATCH] Bug 14367: Updated schema files --- Koha/Schema/Result/BiblioMetadata.pm | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Koha/Schema/Result/BiblioMetadata.pm b/Koha/Schema/Result/BiblioMetadata.pm index aa1a7b25ee2..1c9214059f3 100644 --- a/Koha/Schema/Result/BiblioMetadata.pm +++ b/Koha/Schema/Result/BiblioMetadata.pm @@ -52,6 +52,11 @@ __PACKAGE__->table("biblio_metadata"); data_type: 'longtext' is_nullable: 0 +=head2 history + + data_type: 'longtext' + is_nullable: 1 + =head2 timestamp data_type: 'timestamp' @@ -72,6 +77,8 @@ __PACKAGE__->add_columns( { data_type => "varchar", is_nullable => 0, size => 16 }, "metadata", { data_type => "longtext", is_nullable => 0 }, + "history", + { data_type => "longtext", is_nullable => 1 }, "timestamp", { data_type => "timestamp", @@ -132,8 +139,8 @@ __PACKAGE__->belongs_to( ); -# Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-01-30 11:34:16 -# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FJk/YOw8Y/QRmmPPL3G5qQ +# Created by DBIx::Class::Schema::Loader v0.07046 @ 2022-03-02 12:44:56 +# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:r1F1KyHWaBD813Ikoa95+g sub koha_object_class { 'Koha::Biblio::Metadata'; -- 2.11.0